Merge "Update pipeline ordering in README.md"

This commit is contained in:
Jenkins 2017-08-04 20:52:42 +00:00 committed by Gerrit Code Review
commit fb91f0818d
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.