From: Narinder Gupta Date: Sat, 2 Sep 2017 07:25:54 +0000 (-0500) Subject: modified to use boot from volume support in ceph and nova compute. X-Git-Tag: opnfv-5.0.RC1~19 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F03%2F40903%2F1;p=joid.git modified to use boot from volume support in ceph and nova compute. Change-Id: I94e40c3ca9261b0ec6a14d99fdadc646623da7da Signed-off-by: Narinder Gupta --- 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' ]