Merge "[install] list changed modules in the main pipeline of swift-proxy"

This commit is contained in:
Jenkins 2016-01-14 13:39:06 +00:00 committed by Gerrit Code Review
commit 1697ea3869

View File

@ -12,7 +12,9 @@ following actions:
user = swift
swift_dir = /etc/swift
* In the ``[pipeline:main]`` section, enable the appropriate modules:
* In the ``[pipeline:main]`` section, remove the ``tempurl`` and
``tempauth`` modules and add the ``authtoken`` and ``keystoneauth``
modules:
.. code-block:: ini
@ -21,6 +23,10 @@ following actions:
container_sync bulk ratelimit authtoken keystoneauth container-quotas
account-quotas slo dlo versioned_writes proxy-logging proxy-server
.. note::
Do not change the order of the modules.
.. note::
For more information on other modules that enable additional features,