From ea65265e93f162bdf3b236d0c58ac2d30db57f88 Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Sat, 2 Sep 2017 02:25:54 -0500 Subject: modified to use boot from volume support in ceph and nova compute. Change-Id: I94e40c3ca9261b0ec6a14d99fdadc646623da7da Signed-off-by: Narinder Gupta --- ci/config_tpl/juju2/bundle_tpl/relations.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'ci') diff --git a/ci/config_tpl/juju2/bundle_tpl/relations.yaml b/ci/config_tpl/juju2/bundle_tpl/relations.yaml index 525204e7..a27e7d05 100644 --- a/ci/config_tpl/juju2/bundle_tpl/relations.yaml +++ b/ci/config_tpl/juju2/bundle_tpl/relations.yaml @@ -43,6 +43,7 @@ - [ 'nova-compute:ephemeral-backend', 'scaleio-openstack:ephemeral-backend' ] {% else %} - [ 'cinder-ceph:storage-backend', 'cinder:storage-backend' ] + - [ 'nova-compute:ceph-access', 'cinder-ceph:ceph-access' ] - [ 'ceph-mon:client', 'nova-compute:ceph' ] - [ 'ceph-mon:client', 'cinder-ceph:ceph' ] - [ 'ceph-mon:client', 'glance:ceph' ] -- cgit 1.2.3-korg