openstack-helm/cinder/values_overrides/queens.yaml
Tin Lam 12bee1bb97 Migrate default release to Stein
This patch set updates the default job to use OpenStack Stein release.
The previously default Ocata release will be place in separate job.

Change-Id: I489324f762a179a2cab5499a6d8e57e97c81297f
Signed-off-by: Tin Lam <tin@irrational.io>
2020-01-09 10:00:31 -06:00

11 lines
381 B
YAML

# NOTE(lamt): The backup_driver name after Stein requires a full class name.
# (e.g. cinder.backup.drivers.swift.SwiftBackupDriver).
# Prior to Stein, this name was just set to the package name, e.g.
# - cinder.backup.drivers.swift
# - cinder.backup.drivers.ceph
# - cinder.backup.drivers.posix
conf:
cinder:
DEFAULT:
backup_driver: "cinder.backup.drivers.swift"