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:
parent
6e9a70db25
commit
d21cf4a7e7
@ -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",
|
||||
|
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user