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