From bc6cd2262e514761c7fe1f21d25aebd99e4a3561 Mon Sep 17 00:00:00 2001 From: Mark Vanderwiel Date: Fri, 12 Feb 2016 09:04:40 -0600 Subject: Fix resource_type osc entrypoint With all the rebase churn, I missed updating the entrypoint when the file name changed. Change-Id: Ibd017aacaf0007242da2b9f2f09085401a3f723a --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index b88d067..93bfa46 100644 --- a/setup.cfg +++ b/setup.cfg @@ -32,8 +32,8 @@ openstack.cli.extension = openstack.orchestration.v1 = orchestration_template_function_list = heatclient.osc.v1.template:FunctionList orchestration_template_version_list = heatclient.osc.v1.template:VersionList - orchestration_resource_type_list = heatclient.osc.v1.orchestration:OrchestrationResourceTypeList - orchestration_resource_type_show = heatclient.osc.v1.orchestration:OrchestrationResourceTypeShow + orchestration_resource_type_list = heatclient.osc.v1.resource_type:ResourceTypeList + orchestration_resource_type_show = heatclient.osc.v1.resource_type:ResourceTypeShow 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 -- cgit v1.2.1