8cfa2aa390
- brackets - braces - colon - commas - comments - document-end - document-start - empty-lines - hyphens - indentation - new-line-at-end-of-file - new-lines - octal-values - trailing-spaces with corresponding code adjustment. Also add yamllint.conf under the check. Change-Id: Ie6251c9063c9c99ebe7c6db54c65d45d6ee7a1d4
13 lines
389 B
YAML
13 lines
389 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"
|
|
...
|