sureshanaparti commented on code in PR #10458:
URL: https://github.com/apache/cloudstack/pull/10458#discussion_r2224874232
##########
api/src/main/java/com/cloud/network/element/VpcProvider.java:
##########
@@ -55,4 +55,6 @@ boolean implementVpc(Vpc vpc, DeployDestination dest,
ReservationContext context
boolean applyACLItemsToPrivateGw(PrivateGateway gateway, List<? extends
NetworkACLItem> rules) throws ResourceUnavailableException;
boolean updateVpcSourceNatIp(Vpc vpc, IpAddress address);
+
+ default boolean updateVpc(Vpc vpc, String previousVpcName) { return true; }
Review Comment:
```suggestion
default boolean updateVpc(Vpc vpc, String previousVpcName)
{
return true;
}
```
--
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]