c31cd37164
Our company-internal Swift setup apparently has troubles with user-provided index files. Given that Swift can be configured to create indexes on its own, we can skip creating these files altogether and save some negligible storage space in the process. One can enable Swift's native indexes by something like: openstack container set $container --property web-listings=true This feature does not play well with containers auto-created by Zuul because Zuul doesn't know (and cannot know) how to configure them. But given that the code already supports this feature and that it's just a matter of propagating an Ansible option, and because it fixes a real issue in my Zuul deployment, I think that it makes sense to support this. Change-Id: I952cb2d4a263b07396bc5af60a9753394af3e42b |
||
---|---|---|
.. | ||
main.yaml |