mirror of https://github.com/apache/cloudstack.git
remove unused code
This commit is contained in:
parent
545ddbbe39
commit
a8655b3c23
|
|
@ -120,8 +120,3 @@ UPDATE `cloud`.`configuration`
|
|||
SET value = NULL
|
||||
WHERE name IN ('consoleproxy.url.domain', 'secstorage.ssl.cert.domain')
|
||||
AND value IN ('realhostip.com', '*.realhostip.com');
|
||||
|
||||
UPDATE `cloud`.`configuration`
|
||||
SET value = NULL
|
||||
WHERE name = 'secstorage.secure.copy.cert'
|
||||
AND value LIKE '%realhostip%';
|
||||
|
|
|
|||
|
|
@ -222,9 +222,6 @@ public class ConfigurationServerImpl extends ManagerBase implements Configuratio
|
|||
_configDao.update(Config.SecStorageEncryptCopy.key(), Config.SecStorageEncryptCopy.getCategory(), "false");
|
||||
logger.debug("ConfigurationServer made secondary storage copy encrypt set to false.");
|
||||
|
||||
_configDao.update("secstorage.secure.copy.cert", "");
|
||||
logger.debug("ConfigurationServer cleared legacy secstorage.secure.copy.cert.");
|
||||
|
||||
_configDao.update("user.password.encoders.exclude", "MD5,LDAP,PLAINTEXT");
|
||||
logger.debug("Configuration server excluded insecure encoders");
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue