summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorSergey Kraynev <skraynev@mirantis.com>2016-01-22 02:42:42 -0500
committerSergey Kraynev <skraynev@mirantis.com>2016-01-22 02:46:40 -0500
commit7f35a553b897b48b9ecc235035980eaf62f94ab9 (patch)
tree058d632789722344935549bff40981363b97d678 /setup.cfg
parentae4a7615d1d0c06ddb9dd9b4497fa209dbdf7fef (diff)
downloadpython-heatclient-7f35a553b897b48b9ecc235035980eaf62f94ab9.tar.gz
Enable osc extension in setup.cfg
This patch removes changes from previous patch Iaf74c264fb9d92a9fce9d5d19c48b54b88a40ad7 . Now osc extension is enabled and can be used for continue development support of openstackclient. Change-Id: Iccff66327bc29075d85801d8b6fa418963fa5c88
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg7
1 files changed, 2 insertions, 5 deletions
diff --git a/setup.cfg b/setup.cfg
index 1744517..d11fa7a 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -26,11 +26,8 @@ packages =
console_scripts =
heat = heatclient.shell:main
-# NOTE(skraynev): This extension is commented for release 0.9.0 and
-# will be enabled in future release, when full support for openstackclient
-# be implemented.
-#openstack.cli.extension =
-# orchestration = heatclient.osc.plugin
+openstack.cli.extension =
+ orchestration = heatclient.osc.plugin
openstack.orchestration.v1 =
stack_show = heatclient.osc.v1.stack:ShowStack