From d95a8e43d28af62d33bc948ec38171f49e5c4217 Mon Sep 17 00:00:00 2001 From: Fabio Mancinelli Date: Fri, 21 Oct 2011 18:06:26 +0300 Subject: [PATCH] Removed an assignment that always overrides the MYSQL_PASS setup MYSQL_PASS is taken from the environment or assigned to a default defined at the beginning of file. The assignment was blindly bypassing this mechanism setting the password to 'nova'. --- OSinstall.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/OSinstall.sh b/OSinstall.sh index eee3ee3..3160867 100644 --- a/OSinstall.sh +++ b/OSinstall.sh @@ -312,8 +312,7 @@ if [ ! -z ${MYSQL_INSTALL} ] then echo "Configuring MySQL for OpenStack" - # MySQL - MYSQL_PASS=nova + # MySQL cat <