heat_integrationtests.functional.test_cancel_update Module¶heat_integrationtests.functional.test_cancel_update.CancelUpdateTest(*args, **kwargs)[source]¶Bases: heat_integrationtests.functional.functional_base.FunctionalTestsBase
template = "\nheat_template_version: '2013-05-23'\nparameters:\n InstanceType:\n   type: string\n ImageId:\n   type: string\n network:\n   type: string\nresources:\n port:\n   type: OS::Neutron::Port\n   properties:\n     network: {get_param: network}\n Server:\n   type: OS::Nova::Server\n   properties:\n     flavor_update_policy: REPLACE\n     image: {get_param: ImageId}\n     flavor: {get_param: InstanceType}\n     networks:\n       - port: {get_resource: port}\n"¶
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.