adding bionic support.
[joid.git] / ci / config_tpl / juju2 / bundle_tpl / neutron-ovs.yaml
index 6e7fa7e..eae8e4e 100644 (file)
@@ -3,6 +3,7 @@
 {% if os.service.bindings %}
       bindings:
         data: *overlay-space
+      series: {{ ubuntu.release }}
       options:
 {% else %}
       options:
@@ -22,7 +23,8 @@
 {% endif %}
 {% if os.network.controller == 'nosdn' %}
         bridge-mappings: physnet1:br-data
-        #data-port: *data-port
+        data-port: *data-port
+        #enable-local-dhcp-and-metadata: true
 {% else %}
         ext-port: {{ opnfv.ext_port }}
 {% endif %}