weizhouapache commented on a change in pull request #5769:
URL: https://github.com/apache/cloudstack/pull/5769#discussion_r767808518
##########
File path: server/src/main/java/com/cloud/server/ManagementServerImpl.java
##########
@@ -3228,6 +3239,10 @@ public long getMemoryOrCpuCapacityByHost(final Long
hostId, final short capacity
cmdList.add(ListNetworksCmd.class);
cmdList.add(RestartNetworkCmd.class);
cmdList.add(UpdateNetworkCmd.class);
+ cmdList.add(CreateNetworkPermissionsCmd.class);
+ cmdList.add(ListNetworkPermissionsCmd.class);
+ cmdList.add(RemoveNetworkPermissionsCmd.class);
+ cmdList.add(ResetNetworkPermissionsCmd.class);
Review comment:
@DaanHoogland
almost all commands are here.
--
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]