From 6a28e20dc6b24d3753138b2fba3654bcb52a80bb Mon Sep 17 00:00:00 2001 From: Steven Hardy Date: Mon, 25 Apr 2016 16:33:11 -0500 Subject: [PATCH] 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 --- doc/source/advanced_deployment/network_isolation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/advanced_deployment/network_isolation.rst b/doc/source/advanced_deployment/network_isolation.rst index 33b9a234..94f0fbd6 100644 --- a/doc/source/advanced_deployment/network_isolation.rst +++ b/doc/source/advanced_deployment/network_isolation.rst @@ -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