undercloud_post: fix subnet name
The default control plane subnet name is "ctlplane-subnet", so let's create the right subnet for the containerized undercloud. Note: the subnet can't be overriden (yet) but for now we rely on the default. Change-Id: I15954bced81ef6c3e1a1f4a73bc989f33d08d6f7
This commit is contained in:
parent
c0293adb6e
commit
2468fe12e7
@ -113,7 +113,7 @@ if [ "$(hiera neutron_api_enabled)" = "true" ]; then
|
|||||||
--subnet-range=$undercloud_network_cidr \
|
--subnet-range=$undercloud_network_cidr \
|
||||||
--allocation-pool start=$undercloud_dhcp_start,end=$undercloud_dhcp_end \
|
--allocation-pool start=$undercloud_dhcp_start,end=$undercloud_dhcp_end \
|
||||||
--host-route destination=169.254.169.254/32,gateway=$local_ip \
|
--host-route destination=169.254.169.254/32,gateway=$local_ip \
|
||||||
$NAMESERVER_ARG ctlplane
|
$NAMESERVER_ARG ctlplane-subnet
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user