From 764b11c6d15aaf9177e0dba4d289f3b37cdce544 Mon Sep 17 00:00:00 2001 From: Aydin Doyak Date: Mon, 30 Oct 2017 18:42:20 +0300 Subject: [PATCH] ceph-access relation added to the README.md file ceph-access relation with cinder-ceph charm described in the nova-compute documentation to have cinder ceph rbd support for Openstack Ocata and newer releases. Change-Id: Icd24b3050183b3d66e431e59507eec222fa80a17 Closes-Bug: #1728570 --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index a6ae3dec..29466fef 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,16 @@ Storage This charm supports a number of different storage backends depending on your hypervisor type and storage relations. +In order to have cinder ceph rbd support for Openstack Ocata and newer +releases, ceph-access relation must be added to cinder-ceph to allow +nova-compute units to communicate with multiple ceph backends using +different cephx keys and user names. + + $ juju add-relation nova-compute cinder-ceph + +See LP Bug [#1671422](https://bugs.launchpad.net/charm-cinder-ceph/+bug/1671422) +for more information. + NFV support ===========