Use 'none' auth plugin w/o keystone
in Pike keystoneauth got a proper 'none' auth plugin, let's use it in the generated clouds.yaml file. Change-Id: I3e4e7f800f52406003620f7fb587290be77a6a3f
This commit is contained in:
parent
f9d6d38eab
commit
21ca45937a
@ -15,7 +15,6 @@ clouds:
|
||||
{% endfor %}
|
||||
{% else %}
|
||||
bifrost:
|
||||
auth_type: None
|
||||
auth: {}
|
||||
auth_type: "none"
|
||||
url: {{ ironic_api_url }}
|
||||
{% endif %}
|
||||
|
Loading…
Reference in New Issue
Block a user