From 1e59c89faec7ff45140227c8db1c00cf63d9b45b Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Thu, 6 Oct 2016 22:40:38 -0500 Subject: modified to fix the opencontrail bundle issue for nonha. Change-Id: I3b35c8bb4d9ceecdacebf2b092fe38acb77b5076 Signed-off-by: Narinder Gupta --- ci/config_tpl/bundle_tpl/phase2-overrides.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ci/config_tpl/bundle_tpl/phase2-overrides.yaml') diff --git a/ci/config_tpl/bundle_tpl/phase2-overrides.yaml b/ci/config_tpl/bundle_tpl/phase2-overrides.yaml index c38af914..2063607f 100644 --- a/ci/config_tpl/bundle_tpl/phase2-overrides.yaml +++ b/ci/config_tpl/bundle_tpl/phase2-overrides.yaml @@ -23,14 +23,14 @@ {% endif %} region: {{ os.region }} {% if ubuntu.release == 'trusty' %} - source: "cloud:{{ ubuntu.release }}-{{ os.release }}" + #source: "cloud:{{ ubuntu.release }}-{{ os.release }}" {% endif %} {% if ubuntu.release == 'xenial' %} {% if os.release == 'newton' %} - source: "cloud:{{ ubuntu.release }}-{{ os.release }}" + #source: "cloud:{{ ubuntu.release }}-{{ os.release }}" {% endif %} {% endif %} - openstack-origin: "cloud:{{ ubuntu.release }}-{{ os.release }}" + #openstack-origin: "cloud:{{ ubuntu.release }}-{{ os.release }}" {% if os.ha.mode == 'nonha' %} {% if opnfv.storage_dict.ceph is defined %} ceph-osd-replication-count: {{ unit_ceph_qty() }} -- cgit 1.2.3-korg