precheck fails due to unknown cinder_volume_group
cinder_volume_group property is not seen by precheck tasks - moving it to common group variables. Change-Id: Id7614bb428bb0bf7217eab71b3ec28189e4032b5 Closes-Bug: #1631569
This commit is contained in:
parent
40e768ec2a
commit
a0da381d00
@ -359,7 +359,7 @@ gnocchi_backend_storage: "{{ 'ceph' if enable_ceph|bool else 'file' }}"
|
||||
# Cinder options
|
||||
#################################
|
||||
cinder_backend_ceph: "{{ enable_ceph }}"
|
||||
|
||||
cinder_volume_group: "cinder-volumes"
|
||||
|
||||
#######################
|
||||
# Cloudkitty options
|
||||
|
@ -76,5 +76,3 @@ cinder_backends:
|
||||
enabled: "{{ enable_cinder_backend_lvm | bool }}"
|
||||
|
||||
cinder_enabled_backends: "{{ cinder_backends|selectattr('enabled', 'equalto', true)|list }}"
|
||||
|
||||
cinder_volume_group: "cinder-volumes"
|
||||
|
Loading…
Reference in New Issue
Block a user