Merge "Make ceph default cinder backup driver again"
This commit is contained in:
commit
66ed21b991
@ -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: ""
|
||||
|
||||
|
@ -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: ""
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user