Add staticweb to the default middleware list
This change adds the "staticweb" middleware to the default list of middleware deployed. Per http://docs.openstack.org/developer/swift/middleware.html#staticweb, staticweb should be added to the pipeline just after any auth middleware. Change-Id: Ic8614ac7295751df9ad1e5ff235b84c0a0a7d252 Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
This commit is contained in:
parent
69759b2152
commit
38b510c0d4
@ -73,6 +73,7 @@ swift_middleware_list:
|
|||||||
- ratelimit
|
- ratelimit
|
||||||
- authtoken
|
- authtoken
|
||||||
- keystoneauth
|
- keystoneauth
|
||||||
|
- staticweb
|
||||||
- container-quotas
|
- container-quotas
|
||||||
- account-quotas
|
- account-quotas
|
||||||
- slo
|
- slo
|
||||||
|
@ -0,0 +1,9 @@
|
|||||||
|
---
|
||||||
|
features:
|
||||||
|
- The ``os_swift`` role will now include the swift "staticweb" middleware
|
||||||
|
by default.
|
||||||
|
upgrade:
|
||||||
|
- When upgrading a Swift deployment from Mitaka to Newton it should be noted
|
||||||
|
that the enabled middleware list has changed. In Newton the "staticweb"
|
||||||
|
middleware will be loaded by default. While the change adds a feature it is
|
||||||
|
non-disruptive in upgrades.
|
Loading…
x
Reference in New Issue
Block a user