Updated Branches: refs/heads/4.0 f260dae81 -> 52e70e60c
Changed the jar file to 1.9 Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/52e70e60 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/52e70e60 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/52e70e60 Branch: refs/heads/4.0 Commit: 52e70e60cdb62b331851ad49444e5348d719e197 Parents: f260dae Author: Alex Huang <[email protected]> Authored: Mon Oct 8 00:02:49 2012 -0700 Committer: Alex Huang <[email protected]> Committed: Mon Oct 8 00:02:49 2012 -0700 ---------------------------------------------------------------------- setup/bindir/cloud-setup-databases.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/52e70e60/setup/bindir/cloud-setup-databases.in ---------------------------------------------------------------------- diff --git a/setup/bindir/cloud-setup-databases.in b/setup/bindir/cloud-setup-databases.in index 73d46a4..b2842ef 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')
