summaryrefslogtreecommitdiffstats
path: root/ci/config_tpl/juju2/bundle_tpl/neutron-ovs.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'ci/config_tpl/juju2/bundle_tpl/neutron-ovs.yaml')
-rw-r--r--ci/config_tpl/juju2/bundle_tpl/neutron-ovs.yaml8
1 files changed, 6 insertions, 2 deletions
diff --git a/ci/config_tpl/juju2/bundle_tpl/neutron-ovs.yaml b/ci/config_tpl/juju2/bundle_tpl/neutron-ovs.yaml
index d12f3257..c73f3721 100644
--- a/ci/config_tpl/juju2/bundle_tpl/neutron-ovs.yaml
+++ b/ci/config_tpl/juju2/bundle_tpl/neutron-ovs.yaml
@@ -1,11 +1,15 @@
neutron-openvswitch:
charm: ./{{ ubuntu.release }}/neutron-openvswitch
- options:
{% if opnfv.spaces_dict.data is defined %}
{% if os.service.bindings %}
bindings:
data: admin-api
+ options:
+{% else %}
+ options:
{% endif %}
+{% else %}
+ options:
{% endif %}
{% if os.network.dpdk %}
enable-dpdk: true
@@ -24,7 +28,7 @@
data-port: br-ex:{{ opnfv.ext_port }}
{% endif %}
{% else %}
- ext-port: {{ opnfv.ext_port }}
+ ext-port: {{ opnfv.ext_port }}
{% endif %}
{% endif %}
{# Empty block to avoid bad block trim #}