File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
- import_tasks : register.yml
3
- when : enable_keystone | bool
3
+ when : ironic_enable_keystone_integration | bool
4
4
5
5
- import_tasks : config-host.yml
6
6
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ ssl_ca_file = {{ om_rabbitmq_cacert }}
19
19
{% endif %}
20
20
21
21
[ironic]
22
- {% if enable_keystone | bool %}
22
+ {% if ironic_enable_keystone_integration | bool %}
23
23
auth_url = {{ keystone_admin_url }}
24
24
auth_type = password
25
25
project_domain_id = {{ default_project_domain_id }}
@@ -35,7 +35,7 @@ auth_type = none
35
35
endpoint_override = {{ ironic_internal_endpoint }}
36
36
{% endif %}
37
37
38
- {% if enable_keystone | bool %}
38
+ {% if ironic_enable_keystone_integration | bool %}
39
39
[keystone_authtoken]
40
40
www_authenticate_uri = {{ keystone_internal_url }}
41
41
auth_url = {{ keystone_admin_url }}
You can’t perform that action at this time.
0 commit comments