CLOUDSTACK-4316: updateSystemVms is not need in Upgrade304to305 as new templates are used in upgrade from 4.1 to 4.2

(cherry picked from commit 02d1757724)
This commit is contained in:
Wei Zhou 2013-08-14 11:03:52 +02:00
parent 8f38272623
commit 037b5d1c97
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ public class Upgrade304to305 extends Upgrade30xBase implements DbUpgrade {
addVpcProvider(conn);
updateRouterNetworkRef(conn);
fixZoneUsingExternalDevices(conn);
updateSystemVms(conn);
// updateSystemVms(conn);
fixForeignKeys(conn);
}