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
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user