Merge "Add filters to the network proxy agents() method"

This commit is contained in:
Jenkins 2016-12-06 15:34:02 +00:00 committed by Gerrit Code Review
commit 54524e0170
1 changed files with 3 additions and 0 deletions

View File

@ -147,6 +147,9 @@ class Proxy(proxy.BaseProxy):
:param kwargs \*\*query: Optional query parameters to be sent to limit
the resources being returned.
* ``agent_type``: Agent type
* ``host``: Host(host name or host address)
:returns: A generator of agents
:rtype: :class:`~openstack.network.v2.agent.Agent`
"""