From 4b367d124bece258eb520c7878de835b37a01abb Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Mon, 3 Oct 2016 07:32:26 -0500 Subject: removing the stalled filed Remove the stalled files and update the labconfig for juniper lab in opnfv. Change-Id: Ib734a9b8cd608e70cbaae007a60caa8d3c14fdf3 Signed-off-by: Narinder Gupta --- ci/config_tpl/bundle_tpl/phase2-overrides.yaml | 5 +++++ 1 file changed, 5 insertions(+) (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 d8235286..c38af914 100644 --- a/ci/config_tpl/bundle_tpl/phase2-overrides.yaml +++ b/ci/config_tpl/bundle_tpl/phase2-overrides.yaml @@ -24,6 +24,11 @@ region: {{ os.region }} {% if ubuntu.release == 'trusty' %} source: "cloud:{{ ubuntu.release }}-{{ os.release }}" +{% endif %} +{% if ubuntu.release == 'xenial' %} +{% if os.release == 'newton' %} + source: "cloud:{{ ubuntu.release }}-{{ os.release }}" +{% endif %} {% endif %} openstack-origin: "cloud:{{ ubuntu.release }}-{{ os.release }}" {% if os.ha.mode == 'nonha' %} -- cgit 1.2.3-korg