kolla-ansible/releasenotes/notes/allow-external-swift-as-glance-backend-242a6dbf7c830d7a.yaml
Joshua Harlow 07dfc20292 Allow externally managed swift as glance backend
It is possible to have an accessible swift API that is not managed by
kolla-ansible -- for example, ceph exposes a swift API, and using that
requires setting swift as the glance backend.

So, we should loosen the requirement that using the swift backend for
glance requires swift be enabled in kolla-ansible.

Co-Authored-By: Adam Harwell <flux.adam@gmail.com>

Change-Id: I17076d5412d2b1e1f13bb0badceaca85a5cee108
2018-07-20 08:55:57 +00:00

8 lines
267 B
YAML

---
features:
- |
Allow overriding the variable `glance_backend_swift` to enable the swift
backend for glance, without requiring swift to be enabled in kolla-ansible.
This allows operators to enable an external swift endpoint as the glance
backend.