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:
Pavlo Shchelokovskyy 2017-08-30 12:12:42 +03:00
parent f9d6d38eab
commit 21ca45937a

View File

@ -15,7 +15,6 @@ clouds:
{% endfor %}
{% else %}
bifrost:
auth_type: None
auth: {}
auth_type: "none"
url: {{ ironic_api_url }}
{% endif %}