]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
api : Add actions resume support
authorSteven Hardy <shardy@redhat.com>
Fri, 28 Jun 2013 10:15:40 +0000 (11:15 +0100)
committerSteven Hardy <shardy@redhat.com>
Mon, 1 Jul 2013 10:35:50 +0000 (11:35 +0100)
commitba74d7a18c4ba70605fd923794054304504c5b1c
tree0c341526ad226b3d896a856e6050bac22f28c83f
parent762605f572ff4dff00b3666f0648761182752c2f
api : Add actions resume support

Add support for resume action using a similar interface to that provided
by nova for the admin actions extension.  So a body of {'resume': None}
will suspend the stack, see http://api.openstack.org/api-ref.html

Change-Id: I89bbafbe2f8b2503f241659a36b83ceab605e763
blueprint: stack-suspend-resume
heat/api/openstack/v1/actions.py
heat/tests/test_api_openstack_v1.py