Add missing ManagementIpSubnet

Change 15bb67261a 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
This commit is contained in:
James Slagle 2016-04-04 11:37:43 -04:00
parent a12087715f
commit aa0fa9d5e6
1 changed files with 4 additions and 0 deletions

View File

@ -29,6 +29,10 @@ parameters:
default: '' default: ''
description: IP address/subnet on the tenant network description: IP address/subnet on the tenant network
type: string type: string
ManagementIpSubnet:
default: ''
description: IP address/subnet on the management network
type: string
ControlPlaneSubnetCidr: # Override this via parameter_defaults ControlPlaneSubnetCidr: # Override this via parameter_defaults
default: '24' default: '24'
description: The subnet CIDR of the control plane network. description: The subnet CIDR of the control plane network.