mirror of https://github.com/apache/cloudstack.git
Changed the jar file to 1.9
This commit is contained in:
parent
0827fb7029
commit
0ec3422122
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Reference in New Issue