Merge "precheck fails due to unknown cinder_volume_group"
This commit is contained in:
commit
4b8e2c9476
@ -359,7 +359,7 @@ gnocchi_backend_storage: "{{ 'ceph' if enable_ceph|bool else 'file' }}"
|
|||||||
# Cinder options
|
# Cinder options
|
||||||
#################################
|
#################################
|
||||||
cinder_backend_ceph: "{{ enable_ceph }}"
|
cinder_backend_ceph: "{{ enable_ceph }}"
|
||||||
|
cinder_volume_group: "cinder-volumes"
|
||||||
|
|
||||||
#######################
|
#######################
|
||||||
# Cloudkitty options
|
# Cloudkitty options
|
||||||
|
@ -76,5 +76,3 @@ cinder_backends:
|
|||||||
enabled: "{{ enable_cinder_backend_lvm | bool }}"
|
enabled: "{{ enable_cinder_backend_lvm | bool }}"
|
||||||
|
|
||||||
cinder_enabled_backends: "{{ cinder_backends|selectattr('enabled', 'equalto', true)|list }}"
|
cinder_enabled_backends: "{{ cinder_backends|selectattr('enabled', 'equalto', true)|list }}"
|
||||||
|
|
||||||
cinder_volume_group: "cinder-volumes"
|
|
||||||
|
Loading…
Reference in New Issue
Block a user