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:
Vladislav Belogrudov 2016-10-13 12:49:07 +03:00
parent 40e768ec2a
commit a0da381d00
2 changed files with 1 additions and 3 deletions

View File

@ -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

View File

@ -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"