openstack-ansible-os_swift/releasenotes/notes/swift-staticweb-support-b280fbebf271820b.yaml
Kevin Carter 38b510c0d4 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>
2016-05-24 14:10:59 -05:00

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.