Merge "Make ceph default cinder backup driver again"

This commit is contained in:
Jenkins 2017-07-19 03:55:12 +00:00 committed by Gerrit Code Review
commit 66ed21b991
2 changed files with 2 additions and 2 deletions

View File

@ -489,7 +489,7 @@ gnocchi_backend_storage: "{{ 'ceph' if enable_ceph|bool else 'file' }}"
cinder_backend_ceph: "{{ enable_ceph }}"
cinder_backend_vmwarevc_vmdk: "no"
cinder_volume_group: "cinder-volumes"
cinder_backup_driver: "nfs"
cinder_backup_driver: "ceph"
cinder_backup_share: ""
cinder_backup_mount_options_nfs: ""

View File

@ -277,7 +277,7 @@ kolla_internal_vip_address: "10.10.10.254"
#cinder_backend_ceph: "{{ enable_ceph }}"
#cinder_backend_vmwarevc_vmdk: "no"
#cinder_volume_group: "cinder-volumes"
#cinder_backup_driver: "nfs"
#cinder_backup_driver: "ceph"
#cinder_backup_share: ""
#cinder_backup_mount_options_nfs: ""