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 1dec8995fb)
This commit is contained in:
Pavlo Shchelokovskyy 2018-05-04 08:56:54 +00:00 committed by Spyros Trigazis
parent 13858668f0
commit 40327b75ed
1 changed files with 5 additions and 5 deletions

View File

@ -46,11 +46,11 @@ openstack.container_infra.v1 =
coe_ca_show = magnumclient.osc.v1.certificates:ShowCa
coe_ca_sign = magnumclient.osc.v1.certificates:SignCa
coe_stats_list = magnumclient.osc.v1.stats:ListStats
coe_quotas_create = magclient.osc.v1.quotas:CreateQuotas
coe_quotas_delete = magclient.osc.v1.quotas:DeleteQuotas
coe_quotas_update = magclient.osc.v1.quotas:UpdateQuotas
coe_quotas_show = magclient.osc.v1.quotas:ShowQuotas
coe_quotas_list = magclient.osc.v1.quotas:ListQuotas
coe_quotas_create = magnumclient.osc.v1.quotas:CreateQuotas
coe_quotas_delete = magnumclient.osc.v1.quotas:DeleteQuotas
coe_quotas_update = magnumclient.osc.v1.quotas:UpdateQuotas
coe_quotas_show = magnumclient.osc.v1.quotas:ShowQuotas
coe_quotas_list = magnumclient.osc.v1.quotas:ListQuotas
coe_service_list = magnumclient.osc.v1.mservices:ListService