Merge "Add filter options to the network proxy address_scopes() method()"

This commit is contained in:
Jenkins 2016-10-25 12:46:53 +00:00 committed by Gerrit Code Review
commit cae9698292
1 changed files with 5 additions and 0 deletions

View File

@ -112,6 +112,11 @@ class Proxy(proxy.BaseProxy):
:param kwargs \*\*query: Optional query parameters to be sent to limit
the resources being returned.
* ``name``: Address scope name
* ``ip_version``: Address scope IP address version
* ``tenant_id``: Owner tenant ID
* ``shared``: Address scope is shared (boolean)
:returns: A generator of address scope objects
:rtype: :class:`~openstack.network.v2.address_scope.AddressScope`
"""