diff options
| -rw-r--r-- | setup.cfg | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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 |
