From a907bc2a34c4b85b2525aed3c2a0285c75438bfc Mon Sep 17 00:00:00 2001 From: Akihiro Motoki Date: Wed, 19 Jul 2017 12:42:22 +0000 Subject: [PATCH] Fix wrong entry points which breaks OSC gate Change-Id: Ia7ed435b397a1ef82a0b8133c5009e1045ee3816 --- setup.cfg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.cfg b/setup.cfg index c9e07bd..8dce113 100644 --- a/setup.cfg +++ b/setup.cfg @@ -44,10 +44,10 @@ openstack.data_protection.v1 = data_protection_restore_create = karborclient.osc.v1.restores:CreateRestore data_protection_provider_list = karborclient.osc.v1.providers:ListProviders data_protection_provider_show = karborclient.osc.v1.providers:ShowProvider - data_protection_protectable_list = karborclient.osc.v1.protectables.ListProtectables - data_protection_protectable_show = karborclient.osc.v1.protectables.ShowProtectable - data_protection_protectable_instance_list = karborclient.osc.v1.protectables.ListProtectableInstances - data_protection_protectable_instance_show = karborclient.osc.v1.protectables.ShowProtectableInstance + data_protection_protectable_list = karborclient.osc.v1.protectables:ListProtectables + data_protection_protectable_show = karborclient.osc.v1.protectables:ShowProtectable + data_protection_protectable_instance_list = karborclient.osc.v1.protectables:ListProtectableInstances + data_protection_protectable_instance_show = karborclient.osc.v1.protectables:ShowProtectableInstance data_protection_trigger_list = karborclient.osc.v1.triggers:ListTriggers data_protection_trigger_show = karborclient.osc.v1.triggers:ShowTrigger data_protection_trigger_create = karborclient.osc.v1.triggers:CreateTrigger