Recent NSX-T NSGroup API change cause error in NSGroup cleanup
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
vmware-nsx |
New
|
Undecided
|
Unassigned |
Bug Description
We call nsxt_cleanup during unstack to cleanup the backend resources created from our neutron plugin. However, the recent API change in NSGroup causes exception in Firewall Section cleanup.
stack@htb-
Overriding Configuration Defaults
Loading plugin settings
Number of OS Firewall Sections to be deleted: 0
Traceback (most recent call last):
File "/opt/stack/
nsx_
File "/opt/stack/
self.
File "/opt/stack/
ns_groups = self.get_
File "/opt/stack/
ns_groups = self.get_
File "/opt/stack/
return response.
KeyError: 'results'
Actually this is caused by backend NSX NSGroup bug. Waiting for that fix to see if the problem has been resolved or not.