Merge "undercloud_post: fix subnet name"

This commit is contained in:
Zuul 2018-02-15 13:38:12 +00:00 committed by Gerrit Code Review
commit 5a5d1a745c
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