diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2018-01-22 18:36:29 -0600 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2018-01-22 18:36:56 -0600 |
commit | aadc493bf402476ae10f526403591f9f21d8e715 (patch) | |
tree | 506227c6e4118ef0dd2d4916814d351f73345f22 /ci/config_tpl/juju2/bundle_tpl/neutron-ovs.yaml | |
parent | 69bb3846048a7c05ddb96364c4881da5e4f1b62d (diff) |
modified to enable the DVR on the deployment by default.
Change-Id: Iea20b4071a6d8f67db4c190e509ef71f0a70358a
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
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 %} |