From 64d633617d7b5a2dc635d95558cf5dbbdcbc5fe7 Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Fri, 16 Sep 2016 13:24:03 -0500 Subject: correct the path as per distro passes. Change-Id: I1d8f19c27da7b728a5fae68262b8112cb2310de3 Signed-off-by: Narinder Gupta --- ci/config_tpl/bundle_tpl/bundle.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ci/config_tpl/bundle_tpl/bundle.yaml') diff --git a/ci/config_tpl/bundle_tpl/bundle.yaml b/ci/config_tpl/bundle_tpl/bundle.yaml index 507241af..c9e8bdf8 100644 --- a/ci/config_tpl/bundle_tpl/bundle.yaml +++ b/ci/config_tpl/bundle_tpl/bundle.yaml @@ -46,8 +46,10 @@ openstack-phase1: {% endif %} {% include 'cinder.yaml' %} {% include 'glance.yaml' %} +{% if opnfv.storage_dict.ceph is defined %} {% include 'opnfv-promise.yaml' %} {% include 'congress.yaml' %} +{% endif %} {% include 'keystone.yaml' %} {% include 'nova-cloud-controller.yaml' %} {% include 'nova-compute.yaml' %} -- cgit 1.2.3-korg