summaryrefslogtreecommitdiffstats
path: root/ci/bundle_tpl/nova-cloud-controller.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'ci/bundle_tpl/nova-cloud-controller.yaml')
-rw-r--r--ci/bundle_tpl/nova-cloud-controller.yaml21
1 files changed, 0 insertions, 21 deletions
diff --git a/ci/bundle_tpl/nova-cloud-controller.yaml b/ci/bundle_tpl/nova-cloud-controller.yaml
deleted file mode 100644
index bdf1090a..00000000
--- a/ci/bundle_tpl/nova-cloud-controller.yaml
+++ /dev/null
@@ -1,21 +0,0 @@
- nova-cloud-controller:
- charm: "local:{{ ubuntu.release }}/nova-cloud-controller"
- num_units: {{ unit_qty() }}
- options:
- #console-access-protocol: novnc
- neutron-external-network: ext-net
- service-guard: true
-{% if opnfv.domain is defined %}
- console-proxy-ip: {{ opnfv.domain }}
-{% endif %}
- network-manager: Neutron
-{% if os.ha.mode == 'ha' %}
- vip: {{ opnfv.vip.nova }}
-{% endif %}
-{% if os.beta.public_api %}
- os-public-hostname: api.{{ opnfv.domain }}
-{% endif %}
- to:
-{% for unit_id in to_select() %}
- - "lxc:nodes={{ unit_id }}"
-{% endfor %}