Merge "Fixed cinder backend tunes on compute node"

This commit is contained in:
Jenkins 2017-02-09 10:13:07 +00:00 committed by Gerrit Code Review
commit 18f95c05fd
1 changed files with 2 additions and 2 deletions

View File

@ -32,8 +32,8 @@ if hiera('CONFIG_VMWARE_BACKEND') == 'y' {
include '::packstack::nova::compute::libvirt'
}
if hiera('CONFIG_VMWARE_BACKEND') == 'y' and
hiera('CONFIG_CINDER_INSTALL') == 'y' {
if hiera('CONFIG_CINDER_INSTALL') == 'y' and
hiera('CONFIG_VMWARE_BACKEND') != 'y' {
if 'gluster' in hiera_array('CONFIG_CINDER_BACKEND') {
include '::packstack::nova::gluster'
}