diff options
-rw-r--r-- | ci/config_tpl/juju2/bundle_tpl/relations.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
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' ] |