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
This commit is contained in:
Cyril Roelandt 2013-09-10 09:42:04 +00:00
parent ab452f8dd1
commit 12f689a733

View File

@ -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.