summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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