Update pipeline ordering in README.md

The recommended pipeline ordering changed beginning with 6ffcc294e3 .
After moving to use keystone v3 API, the new order becomes mandatory.

Change-Id: Ic9af387b9192f285f0f486e7171eefb23968007e
This commit is contained in:
Charles Farquhar 2017-07-27 15:29:54 -05:00 committed by Tim Burke
parent 397ed3ab6a
commit 9efa650e21
1 changed files with 2 additions and 2 deletions

View File

@ -49,12 +49,12 @@ If you use keystone:
Change To::
[pipeline:main]
pipeline = catch_errors cache swift3 s3token authtoken keystoneauth proxy-server
pipeline = catch_errors cache authtoken swift3 s3token keystoneauth proxy-server
To support Multipart Upload::
[pipeline:main]
pipeline = catch_errors cache swift3 s3token authtoken keystoneauth slo proxy-server
pipeline = catch_errors cache authtoken swift3 s3token keystoneauth slo proxy-server
Note:
* The authtoken filter requires the keystonemiddleware package.