summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorSteve Baker <sbaker@redhat.com>2016-02-03 14:30:02 +1300
committerSteve Baker <sbaker@redhat.com>2016-02-03 14:42:30 +1300
commitf225c4e956f5d27b7d9207ac5a31e8efacf4e20f (patch)
tree65fe3c2dfe5b41fee1827aa07c3ac7cb20ebeae8 /setup.cfg
parent0a4f2af09cfce95bf370ef1aef7a1c4174bb48c5 (diff)
downloadpython-heatclient-f225c4e956f5d27b7d9207ac5a31e8efacf4e20f.tar.gz
OpenstackClient plugin for stack adopt
This change implements the "openstack stack adopt" command. Blueprint: heat-support-python-openstackclient Change-Id: Id2e74970937c04f095b4f14be047cff6e2bf3891
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 1d034e4..19e12b7 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -35,6 +35,7 @@ openstack.orchestration.v1 =
stack_create = heatclient.osc.v1.stack:CreateStack
stack_update = heatclient.osc.v1.stack:UpdateStack
stack_snapshot_list = heatclient.osc.v1.snapshot:ListSnapshot
+ stack_adopt = heatclient.osc.v1.stack:AdoptStack
[global]