Swift should have tempurl middleware configured when Ironic is enabled

Bug #1741950 reported by Mike Dorman
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
kolla-ansible
Confirmed
Wishlist
Unassigned

Bug Description

Ironic requires that Swift has the tempurl middleware enabled (so that agent-based deploys can download Glance images via unauthenticated temp urls.) However, the proxy-config.conf that's built by kolla-ansible always has that off.

The following content is needed in proxy-config.conf in order to enable it:

[pipeline:main]
pipeline = catch_errors gatekeeper healthcheck cache container_sync bulk ratelimit tempurl authtoken keystoneauth slo dlo proxy-server

[filter:tempurl]
use = egg:swift#tempurl

[filter:authtoken]
delay_auth_decision = True

See: https://docs.openstack.org/newton/config-reference/object-storage/proxy-server.html

Changed in kolla-ansible:
importance: Undecided → Wishlist
status: New → Confirmed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.