Fixed cinder backend tunes on compute node

In fact these tunes should be performed when VMWare
backend is NOT enabled.

Change-Id: I621c9ff77ef6c586ad40928fb3cb4dc307f5686a
Signed-off-by: Pavel Glushchak <pglushchak@virtuozzo.com>
This commit is contained in:
Pavel Glushchak 2017-01-11 19:22:05 +03:00 committed by Pavel Gluschak
parent 17b466ffd7
commit 8e1e6564c7
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'
}