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:
Emilien Macchi 2018-02-14 10:18:42 -08:00
parent c0293adb6e
commit 2468fe12e7
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ if [ "$(hiera neutron_api_enabled)" = "true" ]; then
--subnet-range=$undercloud_network_cidr \
--allocation-pool start=$undercloud_dhcp_start,end=$undercloud_dhcp_end \
--host-route destination=169.254.169.254/32,gateway=$local_ip \
$NAMESERVER_ARG ctlplane
$NAMESERVER_ARG ctlplane-subnet
fi
fi