]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Fix to delete user and group association in Nuage Plugin
authorChirag Shahani <chirag.shahani@gmail.com>
Wed, 10 Sep 2014 22:47:48 +0000 (15:47 -0700)
committerChirag Shahani <chirag.shahani@gmail.com>
Wed, 17 Sep 2014 18:43:40 +0000 (18:43 +0000)
commit1d4e13574574472e299296892d7c9e8f706aea67
tree2847d5f8d3716a4aa9d3cc516f65cccc63b6e0e8
parent4283b16ed7a2b6e5ac737bbc085c1fd2e831b743
Fix to delete user and group association in Nuage Plugin

After a router delete operation, the attached zone to that
router is also deleted. Got rid of code that tried to do
a get operation on the nuage_zone after router delete
operation.
Closes-Bug: #1367864

Change-Id: I01753a472200a961cdcecee703616fd3239abd3c
neutron/plugins/nuage/plugin.py