You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2022/08/05 11:53:16 UTC

[GitHub] [cloudstack] shwstppr commented on a diff in pull request #6591: vpc,network: fix createLoadBalancer access on user network

shwstppr commented on code in PR #6591:
URL: https://github.com/apache/cloudstack/pull/6591#discussion_r938738037


##########
server/src/main/java/com/cloud/network/NetworkModelImpl.java:
##########
@@ -1659,7 +1659,7 @@ public void checkCapabilityForProvider(Set<Provider> providers, Service service,
     }
 
     @Override
-    public void checkNetworkPermissions(Account owner, Network network) {
+    public void checkNetworkPermissions(Account caller, Network network) {

Review Comment:
   added some unit tests



-- 
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: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org