diff options
author | Jenkins <jenkins@review.openstack.org> | 2015-09-21 19:24:28 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2015-09-21 19:24:28 +0000 |
commit | bb03764bca90278e4e0b1cb0b07da6d0a458990d (patch) | |
tree | 5f716374bf309a1b0b3aeb81e9e55e4d0dce4d89 /net-config-bond.yaml | |
parent | 210ade81937dacd3eda9478d2806057ef7b1fead (diff) | |
parent | bccb6989845893299a5e487c4f15b0c8066fddb0 (diff) |
Merge "Configure ctlplane network with a static IP"
Diffstat (limited to 'net-config-bond.yaml')
-rw-r--r-- | net-config-bond.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net-config-bond.yaml b/net-config-bond.yaml index d74fc0bc..797df4bf 100644 --- a/net-config-bond.yaml +++ b/net-config-bond.yaml @@ -4,6 +4,10 @@ description: > Software Config to drive os-net-config with 2 bonded nics on a bridge. parameters: + ControlPlaneIp: + default: '' + description: IP address/subnet on the ctlplane network + type: string ExternalIpSubnet: default: '' description: IP address/subnet on the external network |