Merge "Correct inspector ironic.conf params for authentication"
This commit is contained in:
commit
d99769b5a9
@ -72,6 +72,15 @@ use_web_server_for_images = true
|
|||||||
[inspector]
|
[inspector]
|
||||||
enabled = true
|
enabled = true
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{% if enable_keystone is defined and enable_keystone | bool == true %}
|
||||||
|
auth_plugin = password
|
||||||
|
auth_url = {{ ironic.service_catalog.auth_url }}
|
||||||
|
username = {{ ironic.service_catalog.username }}
|
||||||
|
password = {{ ironic.service_catalog.password }}
|
||||||
|
user_domain_id = default
|
||||||
|
project_name = {{ ironic.service_catalog.project_name }}
|
||||||
|
project_domain_id = default
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
{% if enable_keystone is defined and enable_keystone | bool == true %}
|
{% if enable_keystone is defined and enable_keystone | bool == true %}
|
||||||
[keystone]
|
[keystone]
|
||||||
|
Loading…
Reference in New Issue
Block a user