From 0ec3422122f70581d667597cdc1d60e700859306 Mon Sep 17 00:00:00 2001 From: Alex Huang Date: Mon, 8 Oct 2012 00:02:49 -0700 Subject: [PATCH] Changed the jar file to 1.9 --- setup/bindir/cloud-setup-databases.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/bindir/cloud-setup-databases.in b/setup/bindir/cloud-setup-databases.in index 73d46a4795c..b2842ef9496 100755 --- a/setup/bindir/cloud-setup-databases.in +++ b/setup/bindir/cloud-setup-databases.in @@ -68,7 +68,7 @@ class DBDeployer(object): dbDotProperties = {} dbDotPropertiesIndex = 0 encryptionKeyFile = '@MSCONF@/key' - encryptionJarPath = '@JAVADIR@/cloud-jasypt-1.8.jar' + encryptionJarPath = '@JAVADIR@/cloud-jasypt-1.9.jar' success = False magicString = 'This_is_a_magic_string_i_think_no_one_will_duplicate' tmpMysqlFile = os.path.join(os.path.expanduser('~/'), 'cloudstackmysql.tmp.sql')