From 7f35a553b897b48b9ecc235035980eaf62f94ab9 Mon Sep 17 00:00:00 2001 From: Sergey Kraynev Date: Fri, 22 Jan 2016 02:42:42 -0500 Subject: 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 --- setup.cfg | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'setup.cfg') 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 -- cgit v1.2.1