rhtyd commented on a change in pull request #2186: CLOUDSTACK-10002: Restart 
network with cleanup spawns Redundant Routers(In Default Network Offering)
URL: https://github.com/apache/cloudstack/pull/2186#discussion_r134195195
 
 

 ##########
 File path: server/src/com/cloud/network/NetworkServiceImpl.java
 ##########
 @@ -2121,7 +2121,7 @@ public Network updateGuestNetwork(final long networkId, 
String name, String disp
                 networkOfferingChanged = true;
 
                 //Setting the new network's isReduntant to the new network 
offering's RedundantRouter.
-                
network.setIsReduntant(_networkOfferingDao.findById(networkOfferingId).getRedundantRouter());
+                
network.setRedundant(_networkOfferingDao.findById(networkOfferingId).getRedundantRouter());
 
 Review comment:
   Alright, will run some tests and merge.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to