puppet-glance/releasenotes/notes/multi_store-d53d0e440b55e9d6.yaml
Emilien Macchi d68f25114e releasenotes: add notes for Mitaka cycle
Change-Id: I682987c9c6be77425b29d089ffff150c7391a959
2016-03-17 13:55:45 -04:00

14 lines
586 B
YAML

---
features:
- Implement multiple store configuration.
It moves the default_store config option to the glance::api
class, and makes it possible to configure more than one store while
supplying a value for the default store to be used. If only one store
is given for glance_store/stores, the default store is automatically
set to be the same value. If multiple stores are given and no default
store is explicitly set, the config will fail and ask the user to
provide a default store.
deprecations:
- Deprecate known_stores parameter in favor of stores.