summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorMark Vanderwiel <vanderwl@us.ibm.com>2015-12-02 12:07:57 -0600
committerMark Vanderwiel <vanderwl@us.ibm.com>2016-02-18 09:27:19 -0600
commit69f41bceae632253d52cc38c3d4d0adff7ea55e5 (patch)
tree15fc51403256bd1ce5ca11d0b188a9eb2b25076a /setup.cfg
parenta5fdf2318e350e89ad5b74d1bdad81450800a355 (diff)
downloadpython-heatclient-69f41bceae632253d52cc38c3d4d0adff7ea55e5.tar.gz
Add stack hook poll and clear to openstack client
Refactor existing hook helper fuctions into utilites. based upon heat clis: heat hook-poll hest hook-clear Change-Id: Ib46634cc62369fb5932dcd0967ae492446c79a88 Blueprint: heat-support-python-openstackclient
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index c0024c2..0dc94d0 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -49,6 +49,8 @@ openstack.orchestration.v1 =
stack_delete = heatclient.osc.v1.stack:DeleteStack
stack_event_list = heatclient.osc.v1.event:ListEvent
stack_event_show = heatclient.osc.v1.event:ShowEvent
+ stack_hook_clear = heatclient.osc.v1.stack:StackHookClear
+ stack_hook_poll = heatclient.osc.v1.stack:StackHookPoll
stack_list = heatclient.osc.v1.stack:ListStack
stack_output_list = heatclient.osc.v1.stack:OutputListStack
stack_output_show = heatclient.osc.v1.stack:OutputShowStack