12bee1bb97
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>
11 lines
381 B
YAML
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"
|