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

Change-Id: Ie28b4a2ac0ccebe67dc54d154ff357b0799505f3
This commit is contained in:
Christian Berendt 2016-01-05 13:28:02 +01:00 committed by Christian Berendt
parent bbc38b417f
commit 2540085a1e

View File

@ -12,7 +12,9 @@ following actions:
user = swift user = swift
swift_dir = /etc/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 .. code-block:: ini
@ -21,6 +23,10 @@ following actions:
container_sync bulk ratelimit authtoken keystoneauth container-quotas container_sync bulk ratelimit authtoken keystoneauth container-quotas
account-quotas slo dlo versioned_writes proxy-logging proxy-server account-quotas slo dlo versioned_writes proxy-logging proxy-server
.. note::
Do not change the order of the modules.
.. note:: .. note::
For more information on other modules that enable additional features, For more information on other modules that enable additional features,