Merge "Use endpoint rather than url in clouds.yaml with no keystone"

This commit is contained in:
Zuul 2018-03-23 22:04:26 +00:00 committed by Gerrit Code Review
commit 6a661a52f5
1 changed files with 1 additions and 1 deletions

View File

@ -16,5 +16,5 @@ clouds:
{% else %}
bifrost:
auth_type: "none"
url: {{ ironic_api_url }}
endpoint: {{ ironic_api_url }}
{% endif %}