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/0ec34221 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/0ec34221 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/0ec34221 Branch: refs/heads/javelin Commit: 0ec3422122f70581d667597cdc1d60e700859306 Parents: 0827fb7 Author: Alex Huang <[email protected]> Authored: Mon Oct 8 00:02:49 2012 -0700 Committer: Alex Huang <[email protected]> Committed: Mon Oct 8 00:07:19 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/0ec34221/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')
