]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Handle InstanceType change in Instance.handle_update
authorThomas Herve <th@rackspace.com>
Tue, 16 Jul 2013 09:12:04 +0000 (11:12 +0200)
committerThomas Herve <th@rackspace.com>
Thu, 18 Jul 2013 16:29:28 +0000 (18:29 +0200)
commit60a1f0c47122cec0601885095ccffbdc13e77f5b
tree47ab4baca3e57590308afcd2d18a0ea8ba10389a
parenta37d2b44bf1196091b0558b270c134e68919bc12
Handle InstanceType change in Instance.handle_update

Make a resize API call against Nova if the InstanceType of an Instance
resource is change via a resource update.

Implements: blueprint instance-resize-update-stack
Change-Id: Ic4ee82edec842ee756b104a36dfef28bf3f89717
heat/engine/resources/instance.py
heat/tests/test_instance.py