Fix devstack compatibility

Devstack commit 537532931da4103e1a873684476dac6d7fe56489 changed behaviour
of devstack func 'trueorfalse' so, our devstack plugin started behave with
error where this func was used.

Change-Id: I646b66102f60e9a091e09f43882413a9941ec012
Closes-Bug: #1412409
This commit is contained in:
vponomaryov 2015-01-19 15:06:38 +02:00
parent f840c3e19b
commit 8747c6623e
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ MANILA_SERVICE_VM_FLAVOR_DISK=${MANILA_SERVICE_VM_FLAVOR_DISK:-0}
MANILA_SERVICE_VM_FLAVOR_VCPUS=${MANILA_SERVICE_VM_FLAVOR_VCPUS:-1}
# Support for multi backend configuration (default is no support)
MANILA_MULTI_BACKEND=$(trueorfalse False $MANILA_MULTI_BACKEND)
MANILA_MULTI_BACKEND=$(trueorfalse False MANILA_MULTI_BACKEND)
DEPRECATED_TEXT="$DEPRECATED_TEXT\n'MANILA_MULTI_BACKEND' is deprecated,
it makes influence only when is set to True and 'MANILA_ENABLED_BACKENDS' is not set.
Use 'MANILA_ENABLED_BACKENDS' instead if you want to use custom setting.