diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2018-01-23 00:37:41 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-01-23 00:37:41 +0000 |
commit | 0890aa54bbc3bc8727757961b2167bce8a542081 (patch) | |
tree | 957c48bd18c93d7beea64c94c80a2eba451d47df /ci/config_tpl/juju2/bundle_tpl/neutron-ovs.yaml | |
parent | 0aa248898dee5addd21d391dedfcf143501e78ca (diff) | |
parent | aadc493bf402476ae10f526403591f9f21d8e715 (diff) |
Merge "modified to enable the DVR on the deployment by default."
Diffstat (limited to 'ci/config_tpl/juju2/bundle_tpl/neutron-ovs.yaml')
-rw-r--r-- | ci/config_tpl/juju2/bundle_tpl/neutron-ovs.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/config_tpl/juju2/bundle_tpl/neutron-ovs.yaml b/ci/config_tpl/juju2/bundle_tpl/neutron-ovs.yaml index 6e7fa7ec..7714456a 100644 --- a/ci/config_tpl/juju2/bundle_tpl/neutron-ovs.yaml +++ b/ci/config_tpl/juju2/bundle_tpl/neutron-ovs.yaml @@ -22,7 +22,7 @@ {% endif %} {% if os.network.controller == 'nosdn' %} bridge-mappings: physnet1:br-data - #data-port: *data-port + data-port: *data-port {% else %} ext-port: {{ opnfv.ext_port }} {% endif %} |