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");
2270
-
}
2271
-
}
2272
-
}
2273
2262
}
2274
2263
List<String > servicesNotInNewOffering = null;
2275
2264
if(networkOfferingId != null)
@@ -2417,7 +2406,9 @@ public void doInTransactionWithoutResult(TransactionStatus status) {
2417
2406
resourceCount--;
2418
2407
} while(updateInSequence && resourceCount>0);
2419
2408
}catch (Exceptionexception){
2420
-
thrownewCloudRuntimeException("failed to update network "+network.getUuid()+"due to "+exception.getMessage());
0 commit comments