summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Kraynev <skraynev@mirantis.com>2016-01-22 02:37:13 -0500
committerSergey Kraynev <skraynev@mirantis.com>2016-01-22 02:46:40 -0500
commitae4a7615d1d0c06ddb9dd9b4497fa209dbdf7fef (patch)
tree628c94dccd142ffa66d666de2798b1a77f366e41
parentb9cc10393d095cf1e702fbd230c3d2c8699c41ac (diff)
downloadpython-heatclient-ae4a7615d1d0c06ddb9dd9b4497fa209dbdf7fef.tar.gz
Disable osc extension for 0.9.0 release0.9.0
In this patch osc extension is commented for releasing heatclient. This patch will be used for tagging as 0.9.0. Next patch in master should enable osc extension again. Change-Id: Iaf74c264fb9d92a9fce9d5d19c48b54b88a40ad7
-rw-r--r--setup.cfg7
1 files changed, 5 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index d11fa7a..1744517 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -26,8 +26,11 @@ packages =
console_scripts =
heat = heatclient.shell:main
-openstack.cli.extension =
- orchestration = heatclient.osc.plugin
+# 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.orchestration.v1 =
stack_show = heatclient.osc.v1.stack:ShowStack