diff options
author | Michael Polenchuk <mpolenchuk@mirantis.com> | 2019-01-23 15:36:57 +0400 |
---|---|---|
committer | Michael Polenchuk <mpolenchuk@mirantis.com> | 2019-01-28 12:33:52 +0400 |
commit | 0c05f52aaf024db6443336f69ebc7c6e037d06b9 (patch) | |
tree | c2fc9255f3879e4e65206fa7cb83eb4c45cce397 /mcp/reclass/classes/cluster/mcp-odl-noha/openstack/gateway.yml.j2 | |
parent | c30c0888db0f2a05c118b05d4aedb6df0b61017e (diff) |
Update openvswitch to 2.10opnfv-7.2.0
Change-Id: I0121b3190869528e5f2e9985f9e9299ac6c6724e
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
Diffstat (limited to 'mcp/reclass/classes/cluster/mcp-odl-noha/openstack/gateway.yml.j2')
-rw-r--r-- | mcp/reclass/classes/cluster/mcp-odl-noha/openstack/gateway.yml.j2 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mcp/reclass/classes/cluster/mcp-odl-noha/openstack/gateway.yml.j2 b/mcp/reclass/classes/cluster/mcp-odl-noha/openstack/gateway.yml.j2 index 58ba34f56..c7272ffe8 100644 --- a/mcp/reclass/classes/cluster/mcp-odl-noha/openstack/gateway.yml.j2 +++ b/mcp/reclass/classes/cluster/mcp-odl-noha/openstack/gateway.yml.j2 @@ -27,6 +27,8 @@ parameters: proto: static address: ${_param:tenant_address} netmask: ${_param:opnfv_net_private_mask} + use_interfaces: + - {{ nm.ctl01.nic_private }} {%- else %} br-mesh: enabled: true |