Add functional test for deleting a compute service
This adds a functional test which asserts the things
related to bug 1756179 where deleting a compute service
does not also delete the related host mapping or resource
provider resources.
Also related to bug 1763183 in that it should not be
possible to delete a compute service that has instances
running on it since that will mess up resource tracking
in Placement.
Reviewed: https:/ /review. openstack. org/560626 /git.openstack. org/cgit/ openstack/ nova/commit/ ?id=a80ac96362c 8fafba1bfe71244 b52ba2f082c86e
Committed: https:/
Submitter: Zuul
Branch: master
commit a80ac96362c8faf ba1bfe71244b52b a2f082c86e
Author: Matt Riedemann <email address hidden>
Date: Wed Apr 11 16:00:59 2018 -0400
Add functional test for deleting a compute service
This adds a functional test which asserts the things
related to bug 1756179 where deleting a compute service
does not also delete the related host mapping or resource
provider resources.
Also related to bug 1763183 in that it should not be
possible to delete a compute service that has instances
running on it since that will mess up resource tracking
in Placement.
Change-Id: I519c5abfe24b15 4998f481c8a86db 239a75d4729
Related-Bug: #1756179
Related-Bug: #1763183