missing rbd_serect_uuid in cinder.conf in doc

rbd_serect_uuid is needed even if using external ceph
update cinder configuration in doc/external-ceph-guide.rst

Change-Id: I19f626812e94afa3d8d2d2d9ccfae196e347f873
This commit is contained in:
Kuo-tung Kao 2017-06-02 15:32:38 +08:00
parent e972a45d99
commit 52d9158dfa

View File

@ -111,6 +111,7 @@ Glance. The required Cinder configuration goes into
rbd_pool=volumes
volume_backend_name=rbd-1
volume_driver=cinder.volume.drivers.rbd.RBDDriver
rbd_secret_uuid = {{ cinder_rbd_secret_uuid }}
Next, place the ceph.conf file into
/etc/kolla/config/cinder/ceph.conf: