mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-4316: updateSystemVms is not need in Upgrade304to305 as new templates are used in upgrade from 4.1 to 4.2
This commit is contained in:
parent
a6969802c8
commit
02d1757724
|
|
@ -66,7 +66,7 @@ public class Upgrade304to305 extends Upgrade30xBase implements DbUpgrade {
|
|||
addVpcProvider(conn);
|
||||
updateRouterNetworkRef(conn);
|
||||
fixZoneUsingExternalDevices(conn);
|
||||
updateSystemVms(conn);
|
||||
// updateSystemVms(conn);
|
||||
fixForeignKeys(conn);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue