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,