Merge "ironic: Follow up for ironic_enable_keystone_integration" into stable/wallaby
This commit is contained in:
commit
e879cfe2da
@ -1,6 +1,6 @@
|
||||
---
|
||||
- import_tasks: register.yml
|
||||
when: enable_keystone | bool
|
||||
when: ironic_enable_keystone_integration | bool
|
||||
|
||||
- import_tasks: config-host.yml
|
||||
|
||||
|
@ -19,7 +19,7 @@ ssl_ca_file = {{ om_rabbitmq_cacert }}
|
||||
{% endif %}
|
||||
|
||||
[ironic]
|
||||
{% if enable_keystone | bool %}
|
||||
{% if ironic_enable_keystone_integration | bool %}
|
||||
auth_url = {{ keystone_admin_url }}
|
||||
auth_type = password
|
||||
project_domain_id = {{ default_project_domain_id }}
|
||||
@ -35,7 +35,7 @@ auth_type = none
|
||||
endpoint_override = {{ ironic_internal_endpoint }}
|
||||
{% endif %}
|
||||
|
||||
{% if enable_keystone | bool %}
|
||||
{% if ironic_enable_keystone_integration | bool %}
|
||||
[keystone_authtoken]
|
||||
www_authenticate_uri = {{ keystone_internal_url }}
|
||||
auth_url = {{ keystone_admin_url }}
|
||||
|
Loading…
Reference in New Issue
Block a user