Delete Neutron FWaaS/LBaaS objs before Nova VMs

In one implementation of LBaaS, VMs are created to implement a given
LB pool/vip. If those VMs are deleted before deletion of the corresponding
pool/vip, then the LBaaS service will perceive it as failure of VMs and
creates more VMs for high availability. So, it is safer to delete the
LBaaS/FWaaS objects before deleting the VMs.

Change-Id: I837de3573e6ce7372413dfb080859e13096438c6
This commit is contained in:
Praveen Yalagandula 2015-08-01 06:36:55 +00:00
parent 4b08e58a8c
commit b4132dfc26
1 changed files with 2 additions and 2 deletions

View File

@ -86,8 +86,6 @@ NOT_AUTHORIZED = 6
RESOURCES_CLASSES = ['CinderSnapshots',
'CinderBackups',
'NovaServers',
'NeutronFloatingIps',
'NeutronFireWall',
'NeutronFireWallPolicy',
'NeutronFireWallRule',
@ -95,6 +93,8 @@ RESOURCES_CLASSES = ['CinderSnapshots',
'NeutronLbVip',
'NeutronLbHealthMonitor',
'NeutronLbPool',
'NovaServers',
'NeutronFloatingIps',
'NeutronMeteringLabel',
'NeutronInterfaces',
'NeutronRouters',