Merge "Add Cinder credentials to ironic.conf"

This commit is contained in:
Zuul 2018-08-04 13:15:55 +00:00 committed by Gerrit Code Review
commit b8d7750cd6

View File

@ -60,6 +60,17 @@ memcached_servers = {% for host in groups['memcached'] %}{{ hostvars[host]['ansi
{% endif %}
{% if enable_cinder | bool %}
[cinder]
auth_url = {{ admin_protocol }}://{{ kolla_internal_fqdn }}:{{ keystone_admin_port }}
auth_type = password
project_domain_id = default
user_domain_id = default
project_name = service
username = {{ ironic_keystone_user }}
password = {{ ironic_keystone_password }}
{% endif %}
[glance]
glance_api_servers = {{ internal_protocol }}://{{ kolla_internal_fqdn }}:{{ glance_api_port }}
auth_url = {{ admin_protocol }}://{{ kolla_internal_fqdn }}:{{ keystone_admin_port }}