d68f25114e
Change-Id: I682987c9c6be77425b29d089ffff150c7391a959
14 lines
586 B
YAML
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.
|