Skip to content
Snippets Groups Projects
Commit 40327b75 authored by Pavlo Shchelokovskyy's avatar Pavlo Shchelokovskyy Committed by Spyros Trigazis
Browse files

Fix entrypoints for quotas

currently they are pointing to non-existing code/classes which breaks
all sort of things, including bash completion in openstackclient.

Change-Id: I89e266b9d85f4168fd593ad9a05878b902e5315e
Closes-Bug: #1762316
(cherry picked from commit 1dec8995)
parent 13858668
No related branches found
No related tags found
No related merge requests found
...@@ -46,11 +46,11 @@ openstack.container_infra.v1 = ...@@ -46,11 +46,11 @@ openstack.container_infra.v1 =
coe_ca_show = magnumclient.osc.v1.certificates:ShowCa coe_ca_show = magnumclient.osc.v1.certificates:ShowCa
coe_ca_sign = magnumclient.osc.v1.certificates:SignCa coe_ca_sign = magnumclient.osc.v1.certificates:SignCa
coe_stats_list = magnumclient.osc.v1.stats:ListStats coe_stats_list = magnumclient.osc.v1.stats:ListStats
coe_quotas_create = magclient.osc.v1.quotas:CreateQuotas coe_quotas_create = magnumclient.osc.v1.quotas:CreateQuotas
coe_quotas_delete = magclient.osc.v1.quotas:DeleteQuotas coe_quotas_delete = magnumclient.osc.v1.quotas:DeleteQuotas
coe_quotas_update = magclient.osc.v1.quotas:UpdateQuotas coe_quotas_update = magnumclient.osc.v1.quotas:UpdateQuotas
coe_quotas_show = magclient.osc.v1.quotas:ShowQuotas coe_quotas_show = magnumclient.osc.v1.quotas:ShowQuotas
coe_quotas_list = magclient.osc.v1.quotas:ListQuotas coe_quotas_list = magnumclient.osc.v1.quotas:ListQuotas
coe_service_list = magnumclient.osc.v1.mservices:ListService coe_service_list = magnumclient.osc.v1.mservices:ListService
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment