bug CS-14566: set up physical networks before encrypting config values

status CS-14566: resolved fixed
reviewed-by: Nitin
This commit is contained in:
kishan 2012-04-19 21:57:37 +05:30
parent 327049b5c5
commit e5571480d4
1 changed files with 2 additions and 2 deletions

View File

@ -62,14 +62,14 @@ public class Upgrade2214to30 implements DbUpgrade {
@Override
public void performDataMigration(Connection conn) {
// physical network setup
setupPhysicalNetworks(conn);
// encrypt data
encryptData(conn);
// drop keys
dropKeysIfExist(conn);
//update templete ID for system Vms
updateSystemVms(conn);
// physical network setup
setupPhysicalNetworks(conn);
// update domain network ref
updateDomainNetworkRef(conn);
// update networks that use redundant routers to the new network offering