From 18edc25759537951d6c5cdc3575c3d1b5c0d9fbc Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Fri, 7 Oct 2016 00:03:20 -0500 Subject: fetch the correct ceilometer. Change-Id: I68bd8c58cd9424886086275664dc70110270252a Signed-off-by: Narinder Gupta --- ci/config_tpl/bundle_tpl/nova-cloud-controller.yaml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ci/config_tpl/bundle_tpl/nova-cloud-controller.yaml') diff --git a/ci/config_tpl/bundle_tpl/nova-cloud-controller.yaml b/ci/config_tpl/bundle_tpl/nova-cloud-controller.yaml index 05ece877..38aa7d32 100644 --- a/ci/config_tpl/bundle_tpl/nova-cloud-controller.yaml +++ b/ci/config_tpl/bundle_tpl/nova-cloud-controller.yaml @@ -3,9 +3,13 @@ num_units: {{ unit_qty() }} options: openstack-origin: "cloud:{{ ubuntu.release }}-{{ os.release }}" + region: {{ os.region }} #console-access-protocol: novnc neutron-external-network: ext-net service-guard: true +{% if os.api.worker_multiplier %} + worker-multiplier: {{ os.api.worker_multiplier }} +{% endif %} {% if os.ha.mode == 'ha' %} vip: {{ opnfv.vip.nova }} {% endif %} -- cgit 1.2.3-korg