mirror of https://github.com/apache/cloudstack.git
bug CS-14566: set up physical networks before encrypting config values
status CS-14566: resolved fixed reviewed-by: Nitin
This commit is contained in:
parent
327049b5c5
commit
e5571480d4
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue