Fixed typo in cinder backup config
This changes the variable "cinder_backup_driver" to "cinder_service_backup_driver" which will resolve the issue where the backup service is unusable. Change-Id: I53f61bda9693f5515334ae4b9555efc21768adc4 Closes-Bug: 1449004
This commit is contained in:
parent
b6476c652a
commit
677abdefdf
@ -23,7 +23,7 @@ enable_v2_api = {{ cinder_enable_v2_api }}
|
|||||||
{% if cinder_service_backup_program_enabled == true %}
|
{% if cinder_service_backup_program_enabled == true %}
|
||||||
{% if cinder_service_backup_swift_url is defined and cinder_service_backup_swift_user is defined and cinder_service_backup_swift_key is defined %}
|
{% if cinder_service_backup_swift_url is defined and cinder_service_backup_swift_user is defined and cinder_service_backup_swift_key is defined %}
|
||||||
## Cinder Backup
|
## Cinder Backup
|
||||||
backup_driver = {{ cinder_backup_driver }}
|
backup_driver = {{ cinder_service_backup_driver }}
|
||||||
backup_swift_url = {{ cinder_service_backup_swift_url }}
|
backup_swift_url = {{ cinder_service_backup_swift_url }}
|
||||||
backup_swift_auth = {{ cinder_service_backup_swift_auth }}
|
backup_swift_auth = {{ cinder_service_backup_swift_auth }}
|
||||||
backup_swift_user = {{ cinder_service_backup_swift_user }}
|
backup_swift_user = {{ cinder_service_backup_swift_user }}
|
||||||
|
Loading…
Reference in New Issue
Block a user