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 e6c0712 + 81b952e commit 4f10546Copy full SHA for 4f10546
2 files changed
scenarios/uni04delta-ipv6/config_download.yaml
@@ -111,3 +111,4 @@ parameter_defaults:
111
IronicNetwork: ironic
112
IronicInspectorNetwork: ironic
113
IronicCleaningDiskErase: metadata
114
+ IronicDefaultNetworkInterface: neutron
tests/roles/ironic_adoption/defaults/main.yaml
@@ -14,6 +14,13 @@ ironic_patch: |
14
template:
15
rpcTransport: oslo
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 %}
24
ironicAPI:
25
replicas: 1
26
override:
0 commit comments