puppet-tripleo/releasenotes/notes/glance-multistore-766022d470827d1d.yaml
Alan Bishop c7b9b90dbd Add support for glance multistore
Add new tripleo::profile::base::glance::api::multistore_config parameter
to support configuring multiple glance-api backends. The parameter is
optional, and represents a hash of settings for each additional backend.
The existing 'glance_backend' parameter specifies the default backend.

In order to support DCN/Edge deployments, the syntax supports multiple
instances of the 'rbd' backend type. Restrictions are imposed to allow
only a single instance of the 'cinder', 'file' and 'swift' backend types.

Change-Id: I41ab9b3593bf3d078c5bbd1826df8308e3f5e7af
Depends-On: I5a1c61430879a910e7b6c79effba538431959d56
2020-01-31 07:06:16 -08:00

9 lines
266 B
YAML

---
features:
- |
Add support for configuring the glance-api service with multiple store
backends. The primary backend becomes the service's default backend, and
additional backends may be specified using an optional 'multistore_config'
hash.