From 2540085a1edfc344db0ce919b302a0dbb9e444b1 Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Tue, 5 Jan 2016 13:28:02 +0100 Subject: [PATCH] [install] list changed modules in the main pipeline of swift-proxy Change-Id: Ie28b4a2ac0ccebe67dc54d154ff357b0799505f3 --- doc/install-guide/source/swift-controller-include.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/doc/install-guide/source/swift-controller-include.txt b/doc/install-guide/source/swift-controller-include.txt index 96a8d925f5..d732383868 100644 --- a/doc/install-guide/source/swift-controller-include.txt +++ b/doc/install-guide/source/swift-controller-include.txt @@ -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,