diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2017-09-02 02:25:54 -0500 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2017-09-02 02:25:54 -0500 |
commit | ea65265e93f162bdf3b236d0c58ac2d30db57f88 (patch) | |
tree | 7afd432b3a42efccf8fe593166f40c757dd56254 /ci/config_tpl/juju2/bundle_tpl | |
parent | 77c6792a22fcd2d791247af39028d4792ec3e683 (diff) |
modified to use boot from volume support in ceph and nova compute.
Change-Id: I94e40c3ca9261b0ec6a14d99fdadc646623da7da
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/config_tpl/juju2/bundle_tpl')
-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' ] |