----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/20152/ -----------------------------------------------------------
Review request for cloudstack, Abhinandan Prateek and Kishan Kavala. Bugs: https://issues.apache.org/jira/browse/CLOUDSTACK-6354 https://issues.apache.org/jira/browse/https://issues.apache.org/jira/browse/CLOUDSTACK-6354 Repository: cloudstack-git Description ------- In com.cloud.utils.crypt.EncryptionSecretKeyChecker the key file paths are hard coded to "/etc/cloudstack/management/key" which will cause issue if key generation path gets changes during installation time. Diffs ----- utils/src/com/cloud/utils/crypt/EncryptionSecretKeyChecker.java 0e995c4 utils/test/com/cloud/utils/crypto/EncryptionSecretKeyCheckerTest.java PRE-CREATION Diff: https://reviews.apache.org/r/20152/diff/ Testing ------- Tested with enabling ecnryption. Thanks, Damodar Reddy Talakanti