Merge "Add the gnocchi_backend_storage configuration for external ceph docs"

This commit is contained in:
Zuul 2018-01-09 07:21:48 +00:00 committed by Gerrit Code Review
commit 9ad180bbdb

View File

@ -14,7 +14,7 @@ Requirements
* An existing installation of Ceph * An existing installation of Ceph
* Existing Ceph storage pools * Existing Ceph storage pools
* Existing credentials in Ceph for OpenStack services to connect to Ceph * Existing credentials in Ceph for OpenStack services to connect to Ceph
(Glance, Cinder, Nova) (Glance, Cinder, Nova, Gnocchi)
Enabling External Ceph Enabling External Ceph
====================== ======================
@ -36,6 +36,7 @@ service in ``/etc/kolla/globals.yml``:
glance_backend_ceph: "yes" glance_backend_ceph: "yes"
cinder_backend_ceph: "yes" cinder_backend_ceph: "yes"
nova_backend_ceph: "yes" nova_backend_ceph: "yes"
gnocchi_backend_storage: "ceph"
The combination of ``enable_ceph: "no"`` and ``<service>_backend_ceph: "yes"`` The combination of ``enable_ceph: "no"`` and ``<service>_backend_ceph: "yes"``
triggers the activation of external ceph mechanism in Kolla. triggers the activation of external ceph mechanism in Kolla.