summaryrefslogtreecommitdiffstats
path: root/ci/config_tpl/juju2/bundle_tpl/nova-compute.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'ci/config_tpl/juju2/bundle_tpl/nova-compute.yaml')
-rw-r--r--ci/config_tpl/juju2/bundle_tpl/nova-compute.yaml13
1 files changed, 9 insertions, 4 deletions
diff --git a/ci/config_tpl/juju2/bundle_tpl/nova-compute.yaml b/ci/config_tpl/juju2/bundle_tpl/nova-compute.yaml
index 66d53852..88f4f382 100644
--- a/ci/config_tpl/juju2/bundle_tpl/nova-compute.yaml
+++ b/ci/config_tpl/juju2/bundle_tpl/nova-compute.yaml
@@ -9,16 +9,19 @@
num_units: {{ opnfv.units - 1 }}
{% endif %}
{% endif %}
+ bindings:
+ "": *oam-space
+ internal: *internal-space
options:
- openstack-origin: "cloud:{{ ubuntu.release }}-{{ os.release }}"
+ openstack-origin: *openstack-origin
{% if os.git_repo.origin_git %}
openstack-origin-git: "{{ os.git_repo.branch }}"
{% endif %}
- enable-live-migration: true
- enable-resize: true
+ enable-live-migration: True
+ enable-resize: True
migration-auth-type: ssh
{% if os.beta.public_api %}
- use-internal-endpoints: true
+ use-internal-endpoints: True
{% endif %}
{% if os.network.ipv6 %}
prefer-ipv6: {{ os.network.ipv6 }}
@@ -34,6 +37,8 @@
{% endif %}
{% if os.lxd %}
virt-type: lxd
+{% else %}
+ virt-type: kvm
{% endif %}
to:
{% if os.hyperconverged %}