diff options
author | Jaume Devesa <devvesa@gmail.com> | 2016-01-05 10:38:15 +0000 |
---|---|---|
committer | Jaume Devesa <devvesa@gmail.com> | 2016-01-05 10:38:15 +0000 |
commit | b7f382492939816e4bc928cc6892b8f789701fac (patch) | |
tree | e400f8adf1e72615b98a3c1a4c328dc2344822ad | |
parent | d85635ba68e201c3ec5e42b4828e2f4291b8f080 (diff) |
Adding ManagementIpSubnet to linux bridge net conf
Because of the new ManagementIpSubnet parameter (introduced by the
15bb6726 commit), the net-config-linux-bridge network configuration file
must be updated.
Change-Id: I020692eedd9a96e28d0b871e2c27b4f0ee87e3fa
-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 |