Designate uses only v2

Was fixed in https://review.opendev.org/#/c/682785/
just fix the comment and the tools

Change-Id: I29acc5c0e50faed1456c8f46fddb835e01bcc0a8
This commit is contained in:
Eyal 2020-01-06 14:44:25 +02:00
parent 6e9a70db25
commit d21cf4a7e7
2 changed files with 2 additions and 2 deletions

View File

@ -1058,7 +1058,7 @@
"workflows_validate": "workflows.validate"
},
"designate": {
"_comment": "It uses designateclient.v1.",
"_comment": "It uses designateclient.v2.",
"diagnostics_ping": "diagnostics.ping",
"domains_create ": "domains.create",
"domains_delete": "domains.delete",

View File

@ -191,7 +191,7 @@ def get_barbican_client(**kwargs):
def get_designate_client(**kwargs):
return designateclient.Client('1')
return designateclient.Client('2')
def get_magnum_client(**kwargs):