We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 77ad196 + cfffce8 commit d2682e5Copy full SHA for d2682e5
1 file changed
tests/roles/ironic_adoption/defaults/main.yaml
@@ -16,11 +16,7 @@ ironic_patch: |
16
databaseInstance: openstack
17
customServiceConfig: |
18
[DEFAULT]
19
- {% if ipv6_enabled | default(false) -%}
20
- default_network_interface=neutron
21
- {%- else -%}
22
- default_network_interface=flat
23
- {%- endif %}
+ default_network_interface={{ 'neutron' if ipv6_enabled | default(false) else 'flat' }}
24
ironicAPI:
25
replicas: 1
26
override:
0 commit comments