Gnocchi not covered by external Ceph
https://docs.openstack.org/kolla-ansible/latest/reference/external-ceph-guide.html does not mention gnocchi at all. Change-Id: Ie7e27025d7a8bb27f4c2b0451fdfe00478e40a16 Closes-Bug: #1723146
This commit is contained in:
parent
a08766b29a
commit
fe4f122b6e
@ -200,3 +200,24 @@ contents:
|
||||
rbd_user=nova
|
||||
|
||||
.. note:: ``rbd_user`` might vary depending on your environment.
|
||||
|
||||
Gnocchi
|
||||
-------
|
||||
|
||||
Edit ``/etc/kolla/config/gnocchi/gnocchi.conf`` with the following content:
|
||||
|
||||
::
|
||||
|
||||
[storage]
|
||||
driver = ceph
|
||||
ceph_username = gnocchi
|
||||
ceph_keyring = /etc/ceph/ceph.client.gnocchi.keyring
|
||||
ceph_conffile = /etc/ceph/ceph.conf
|
||||
|
||||
Put ceph.conf and gnocchi client keyring file in
|
||||
``/etc/kolla/config/gnocchi``:
|
||||
|
||||
::
|
||||
|
||||
$ ls /etc/kolla/config/gnocchi
|
||||
ceph.client.gnocchi.keyring ceph.conf gnocchi.conf
|
||||
|
Loading…
Reference in New Issue
Block a user