From aa0fa9d5e615c4c0b8fb61c82fdc4040459f2d66 Mon Sep 17 00:00:00 2001 From: James Slagle Date: Mon, 4 Apr 2016 11:37:43 -0400 Subject: [PATCH] Add missing ManagementIpSubnet Change 15bb67261a333f140f21208e20a112b99eeb609c added the management network, but the ManagementIpSubnet parameter was missed being added net-config-static-bridge.yaml. This makes the template not work by default since Heat will error when the parameter is passed in as a property. This adds the parameter which fixes the template. Change-Id: Ie745103e596c9fe2d5562acfff157157be0ff0e2 --- net-config-static-bridge.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/net-config-static-bridge.yaml b/net-config-static-bridge.yaml index 52c8f895bc..a3d6d8b55f 100644 --- a/net-config-static-bridge.yaml +++ b/net-config-static-bridge.yaml @@ -29,6 +29,10 @@ parameters: default: '' description: IP address/subnet on the tenant network type: string + ManagementIpSubnet: + default: '' + description: IP address/subnet on the management network + type: string ControlPlaneSubnetCidr: # Override this via parameter_defaults default: '24' description: The subnet CIDR of the control plane network.