Bases: heat_integrationtests.functional.functional_base.FunctionalTestsBase
Bases: heat_integrationtests.functional.functional_base.FunctionalTestsBase
Update handles new resource types in the environment.
If a resource type appears during an update and the update fails, retrying the update is able to find the type properly in the environment.
Update handles new template version in failure.
If a stack update fails while changing the template version, update is able to handle the new version fine.
Update handles old template version in failure.
If a stack update fails while changing the template version, update is able to handle the old version fine.
Test case for updating userdata of instance.
Confirm that we can update userdata of instance during updating stack by the user of member role.
Make sure that a resource that inherits from StackUser can be deleted during updating stack.