puppet-cinder/releasenotes/notes/add-swift-backup-v3-auth-configs-acc652e13f8c836e.yaml
Nate Potter 6bc57a2852 Add missing V3 Auth configs to backup_swift
Three new config options were added to the cinder
backup-swift driver for V3 auth, "backup_swift_user_domain",
"backup_swift_project_domain", and "backup_swift_project" [1].
This patch adds those options.
[1] https://review.openstack.org/#/c/247977

Change-Id: Iec77d2a218ecc969b8e354943b061377ababa030
Closes-Bug: #1602451
2016-07-13 06:58:44 +00:00

6 lines
198 B
YAML

---
features:
- Added config options to cinder::backup::swift for V3
authentication. The options added are backup_swift_user_domain,
backup_swift_project_domain, and backup_swift_project.