Add a note about permissions to ceilometer logging directory

In case of swift monitoring swift needs to init logger for ceilometer.
So it needs to have corresponding permissions on log dir.

Change-Id: I67b4b8e438f7d51dba0575ffaacc0d43ef5040da
This commit is contained in:
Nadya Privalova 2013-12-02 18:23:08 +04:00
parent a6ff1e8203
commit c948261996

View File

@ -70,6 +70,11 @@ Installing the notification agent
use = egg:ceilometer#swift
metadata_headers = X-FOO, X-BAR
.. note::
Please make sure that ceilometer's logging directory (if it's configured)
is read and write accessible for the user swift is started by.
4. Clone the ceilometer git repository to the management server::
$ cd /opt/stack