Merge "precheck fails due to unknown cinder_volume_group"

This commit is contained in:
Jenkins 2016-10-13 17:01:24 +00:00 committed by Gerrit Code Review
commit 4b8e2c9476
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"