ControlPlaneSubnetCidr must be a string

Ref https://review.openstack.org/#/c/299664/ and
https://bugs.launchpad.net/heat/+bug/1567373 currently
this must be a string or non-obvious errors happen
at runtime because heat doesn't cast the number to
a string correctly.

This syntax will work now, and also when the heat bug
is fixed

Change-Id: Ic334aa5f465bf1277afa121f871fd3a9cc49be69
This commit is contained in:
Steven Hardy 2016-04-25 16:33:11 -05:00
parent f1c456fcff
commit 6a28e20dc6

View File

@ -792,7 +792,7 @@ the environment)::
parameter_defaults:
# CIDR subnet mask length for provisioning network
ControlPlaneSubnetCidr: 24
ControlPlaneSubnetCidr: '24'
# Gateway router for the provisioning network (or Undercloud IP)
ControlPlaneDefaultRoute:10.8.146.254
# Generally the IP of the Undercloud