Merge "Fixed cinder backend tunes on compute node"
This commit is contained in:
@@ -32,8 +32,8 @@ if hiera('CONFIG_VMWARE_BACKEND') == 'y' {
|
|||||||
include '::packstack::nova::compute::libvirt'
|
include '::packstack::nova::compute::libvirt'
|
||||||
}
|
}
|
||||||
|
|
||||||
if hiera('CONFIG_VMWARE_BACKEND') == 'y' and
|
if hiera('CONFIG_CINDER_INSTALL') == 'y' and
|
||||||
hiera('CONFIG_CINDER_INSTALL') == 'y' {
|
hiera('CONFIG_VMWARE_BACKEND') != 'y' {
|
||||||
if 'gluster' in hiera_array('CONFIG_CINDER_BACKEND') {
|
if 'gluster' in hiera_array('CONFIG_CINDER_BACKEND') {
|
||||||
include '::packstack::nova::gluster'
|
include '::packstack::nova::gluster'
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user