Merge "Make the Swift-related doc more explicit"

This commit is contained in:
Jenkins 2013-09-12 07:24:30 +00:00 committed by Gerrit Code Review
commit 14732a9257

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.