38b510c0d4
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>
10 lines
382 B
YAML
10 lines
382 B
YAML
---
|
|
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.
|