adding bionic support.
[joid.git] / ci / config_tpl / juju2 / bundle_tpl / nova-compute.yaml
index 6e084d1..93c9770 100644 (file)
@@ -4,7 +4,7 @@
 {% if os.ha.mode == 'ha' %}
       num_units: {{ opnfv.units - 2 }}
 {% else %}
-       num_units: {{ opnfv.units - 1 }}
+      num_units: {{ opnfv.units - 1 }}
 {% endif %}
 {% else %}
 {% if os.ha.mode == 'ha' %}
@@ -16,6 +16,7 @@
       bindings:
         "": *oam-space
         internal: *internal-space
+      series: {{ ubuntu.release }}
       options:
         openstack-origin: *openstack-origin
 {% if os.git_repo.origin_git %}