From 189637e37b4ac4dea30907365e13f35d1c4ee332 Mon Sep 17 00:00:00 2001 From: "hanxi.liu" Date: Fri, 24 Nov 2017 20:05:17 +0800 Subject: [PATCH] Put configurations to appropriate part One for pipeline.yaml, anthter for ceilometer.conf. Change-Id: I19e6e2b0b406f51c15aa8fe91b3f3f61023cd40b --- doc/source/install/install-base-config-common.inc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/source/install/install-base-config-common.inc b/doc/source/install/install-base-config-common.inc index e30163eada..8fa620a17c 100644 --- a/doc/source/install/install-base-config-common.inc +++ b/doc/source/install/install-base-config-common.inc @@ -1,5 +1,5 @@ 2. Edit the ``/etc/ceilometer/pipeline.yaml`` file and complete - the following actions: + the following section: * Configure Gnocchi connection: @@ -11,6 +11,9 @@ # + set default archive policy - gnocchi://?filter_project=service&archive_policy=low +3. Edit the ``/etc/ceilometer/ceilometer.conf`` file and complete + the following actions: + * In the ``[DEFAULT]`` section, configure ``RabbitMQ`` message queue access: @@ -42,7 +45,7 @@ Replace ``CEILOMETER_PASS`` with the password you chose for the ``ceilometer`` user in the Identity service. -3. Create Ceilometer resources in Gnocchi. Gnocchi should be running by this +4. Create Ceilometer resources in Gnocchi. Gnocchi should be running by this stage: .. code-block:: console