From 12f689a7330c9eb2710d259f6c3940c8718900cc Mon Sep 17 00:00:00 2001 From: Cyril Roelandt Date: Tue, 10 Sep 2013 09:42:04 +0000 Subject: [PATCH] Make the Swift-related doc more explicit Thanks to Yassine Lamgarchal for noticing the documentation did not explicitely state where 'ceilometer' must be found in the pipeline. While we're at it, fix a typo: "these lines" should be used instead of "this lines". Change-Id: Iffff9b779d48bafefb249bba0f4db4a006f94a70 --- doc/source/install/manual.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/source/install/manual.rst b/doc/source/install/manual.rst index 6a1dffa92..b32b4a476 100644 --- a/doc/source/install/manual.rst +++ b/doc/source/install/manual.rst @@ -55,13 +55,14 @@ Installing the Collector --role_id 462fa46c13fd4798a95a3bfbe27b5e54 You'll also need to add the Ceilometer middleware to Swift to account for - incoming and outgoing traffic, adding this lines to + incoming and outgoing traffic, by adding these lines to ``/etc/swift/proxy-server.conf``:: [filter:ceilometer] use = egg:ceilometer#swift - And adding ``ceilometer`` in the ``pipeline`` of that same file. + And adding ``ceilometer`` in the ``pipeline`` of that same file, right + before ``proxy-server``. 4. Install MongoDB.