You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thrownewCloudRuntimeException("Domain router: "+router.getInstanceName()+" is in unknown state, Cannot update network. set parameter forced to true for forcing an update");
1317
+
}
1318
+
}
1319
+
}
1309
1320
returntrue;
1310
1321
}
1311
1322
@@ -1442,6 +1453,20 @@ public int getResourceCount(Network network){
thrownewCloudRuntimeException("Domain router: "+router.getInstanceName()+" is in unknown state, Cannot update network. set parameter forced to true for forcing an update");
2266
-
}
2267
-
}
2268
-
}
2269
2258
}
2270
2259
List<String > servicesNotInNewOffering = null;
2271
2260
if(networkOfferingId != null)
@@ -2413,7 +2402,9 @@ public void doInTransactionWithoutResult(TransactionStatus status) {
2413
2402
resourceCount--;
2414
2403
} while(updateInSequence && resourceCount>0);
2415
2404
}catch (Exceptionexception){
2416
-
thrownewCloudRuntimeException("failed to update network "+network.getUuid()+"due to "+exception.getMessage());
0 commit comments