[devstack] Pass MURANO_USE_GLARE as bool, not as str

Before this patch devstack plugin for murano set the MURANO_USE_GLARE
variable to 'False', which was evaluated to True by default.
This patch fixes the issue, by removing quotes around the variable.

Related-Bug: #1587883
Related bp: murano-glare-devstack-testing

Change-Id: If2e5ae7a1599d424e518d4cf7bbc3194cea20461
This commit is contained in:
Kirill Zaitsev 2016-06-01 22:00:19 +03:00
parent 5c8285de1e
commit 59ce0ce3da
1 changed files with 1 additions and 1 deletions

View File

@ -422,7 +422,7 @@ DATABASES = {
}
SESSION_ENGINE = 'django.contrib.sessions.backends.db'
MURANO_REPO_URL = '$MURANO_REPOSITORY_URL'
MURANO_USE_GLARE = '$murano_use_glare'
MURANO_USE_GLARE = $murano_use_glare
#-------------------------------------------------------------------------------
#MURANO_CONFIG_SECTION_END