diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-01-07 23:58:46 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-01-07 23:58:46 +0000 |
commit | e1484c6e2fc4052a51e07b9e1847777d57d2ccda (patch) | |
tree | 7f86178ec4e3e777c6463c3269cfc175b1d29d7d | |
parent | 8ea7f348654d958c91198fc2db366a0f24b34002 (diff) | |
parent | b7f382492939816e4bc928cc6892b8f789701fac (diff) |
Merge "Adding ManagementIpSubnet to linux bridge net conf"
-rw-r--r-- | net-config-linux-bridge.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net-config-linux-bridge.yaml b/net-config-linux-bridge.yaml index 0646ffab..0980803e 100644 --- a/net-config-linux-bridge.yaml +++ b/net-config-linux-bridge.yaml @@ -28,6 +28,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 ControlPlaneDefaultRoute: # Override this via parameter_defaults description: The default route of the control plane network. type: string |