sureshanaparti commented on PR #11567: URL: https://github.com/apache/cloudstack/pull/11567#issuecomment-3396972190
> > thanks @sureshanaparti moving back to 4.20.2 milestone > > can you check other settings ? for example `RoutedNetworkVpcEnabled` (I can only find this) Hi @weizhouapache Yes, 'routed.network.vpc.enabled' is also Zone scoped, also has to be updated (at the below files/code) to work when 'routed.network.vpc.enabled' is set to true in Zone, and false in Global Settings. Also, any doc changes if required. https://github.com/apache/cloudstack/blob/86cad79c156298e66dcabf668a05dc79fd46a129/server/src/main/java/org/apache/cloudstack/network/RoutedIpv4ManagerImpl.java#L171-L174 https://github.com/apache/cloudstack/blob/86cad79c156298e66dcabf668a05dc79fd46a129/server/src/main/java/com/cloud/network/vpc/VpcManagerImpl.java#L502-L513 https://github.com/apache/cloudstack/blob/86cad79c156298e66dcabf668a05dc79fd46a129/server/src/main/java/com/cloud/configuration/ConfigurationManagerImpl.java#L6842-L6851 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
