summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorAmey Bhide <abhide@vmware.com>2015-11-09 14:59:21 -0800
committerBryan Jones <jonesbr@us.ibm.com>2016-02-12 15:23:12 +0000
commit1d302a93bbad93127665d078dffcc049f03d7996 (patch)
treef3e157684090dfb6d6507ecb64a6c71b0d7ee386 /setup.cfg
parentefec30e2904a9b5a5f2bbdedd2972e21601cb87a (diff)
downloadpython-heatclient-1d302a93bbad93127665d078dffcc049f03d7996.tar.gz
OSC plugin for stack resource show and list
This change implements the 'openstack stack resource show' and 'openstack stack resource list' commands. Blueprint: heat-support-python-openstackclient Change-Id: I3f9d64e4d76616e201374522f06a4e8938f00d4d
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 1ae897f..31c1492 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -49,7 +49,9 @@ openstack.orchestration.v1 =
stack_list = heatclient.osc.v1.stack:ListStack
stack_output_list = heatclient.osc.v1.stack:OutputListStack
stack_output_show = heatclient.osc.v1.stack:OutputShowStack
+ stack_resource_list = heatclient.osc.v1.resources:ResourceList
stack_resource_metadata = heatclient.osc.v1.resources:ResourceMetadata
+ stack_resource_show = heatclient.osc.v1.resources:ResourceShow
stack_resume = heatclient.osc.v1.stack:ResumeStack
stack_show = heatclient.osc.v1.stack:ShowStack
stack_snapshot_list = heatclient.osc.v1.snapshot:ListSnapshot