File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ export OPENSTACK_CLOUD=openstack
88export OPENSTACK_CLOUD_CONFIG_SECRET_NAME=cloud-config
99
1010# OpenStack region and network configuration. External network ID is only needed if multiple external networks exist.
11- export OPENSTACK_DISABLE_EXTERNAL_NETWORK=false
1211export OPENSTACK_EXTERNAL_NETWORK_ID=""
1312export OPENSTACK_FAILURE_DOMAIN="nova"
1413
Original file line number Diff line number Diff line change 2828 managedSubnets :
2929 - cidr : ${OPENSTACK_NETWORK_CIDR}
3030 dnsNameservers : [${OPENSTACK_DNS_NAMESERVERS:= }]
31- disableExternalNetwork : ${OPENSTACK_DISABLE_EXTERNAL_NETWORK:= false}
31+ disableExternalNetwork : false
3232 externalNetwork :
3333 id : ${OPENSTACK_EXTERNAL_NETWORK_ID:=""}
3434---
You can’t perform that action at this time.
0 commit comments