Github user prashanthvarma commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1579#discussion_r90438888 --- Diff: server/src/com/cloud/network/NetworkModelImpl.java --- @@ -1558,6 +1558,32 @@ public boolean checkIpForService(IpAddress userIp, Service service, Long network } @Override + public boolean providerSupportsCapability(Set<Provider> providers, Service service, Capability cap) { --- End diff -- @rhtyd Unit test coverage added for this at server/test/com/cloud/network/MockNetworkModelImpl.java
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---