Add a test for reverting a resize with a deleted flavor
A user should be able to boot a server, resize it and
then reject the resize even though the original flavor
used to boot the instance is deleted. This is because
the old flavor information is stored with the instance
in the nova database, so the original flavor doesn't
actually need to exist anymore.
Reviewed: https:/ /review. openstack. org/307518 /git.openstack. org/cgit/ openstack/ tempest/ commit/ ?id=98c32b7860f 03bedbe2d4d8e35 ec53cfa0c0c5cb
Committed: https:/
Submitter: Jenkins
Branch: master
commit 98c32b7860f03be dbe2d4d8e35ec53 cfa0c0c5cb
Author: Matt Riedemann <email address hidden>
Date: Mon Apr 18 19:34:47 2016 -0400
Add a test for reverting a resize with a deleted flavor
A user should be able to boot a server, resize it and
then reject the resize even though the original flavor
used to boot the instance is deleted. This is because
the old flavor information is stored with the instance
in the nova database, so the original flavor doesn't
actually need to exist anymore.
Depends-On: I5f95021410a309 ac07fe9f474cbcd 0214d1af208
Change-Id: I356411f96a601f 1443d75ac90e425 67bef1f8228
Closes-Bug: #1570748