Update pipeline ordering in README.md
The recommended pipeline ordering changed beginning with 6ffcc294e3881ccc59ff5840ff1568e44d9da4f8 . After moving to use keystone v3 API, the new order becomes mandatory. Change-Id: Ic9af387b9192f285f0f486e7171eefb23968007e
This commit is contained in:
parent
397ed3ab6a
commit
9efa650e21
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user