From daa8abeb229f86377c8c541b499d9aab4b7e81aa Mon Sep 17 00:00:00 2001 From: Mark Vanderwiel Date: Thu, 21 Jan 2016 10:19:34 -0600 Subject: Add openstack client software config create Add the openstack software config create command. orchestration resource type and show Based from the existing heat commands: heat config-create Change-Id: I2b29653c2780ea1dbf00295aa5684c884013fed5 Blueprint: heat-support-python-openstackclient --- setup.cfg | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index 7153464..2c1725c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -32,6 +32,7 @@ openstack.cli.extension = openstack.orchestration.v1 = orchestration_template_function_list = heatclient.osc.v1.template:FunctionList orchestration_template_version_list = heatclient.osc.v1.template:VersionList + software_config_create = heatclient.osc.v1.software_config:CreateConfig software_config_delete = heatclient.osc.v1.software_config:DeleteConfig software_config_list = heatclient.osc.v1.software_config:ListConfig software_deployment_delete = heatclient.osc.v1.software_deployment:DeleteDeployment -- cgit v1.2.1