Skip to content

Commit c73a4ee

Browse files
author
Yi Zhao
committed
Add filters to the router proxy routers() method
Add filters name, admin_state_up to the router list command. Change-Id: I48af505f5615b2acda2960e053cafa88beb3905a Partial-bug: #1637945 Partially-Implements: blueprint network-command-sdk-support
1 parent c646788 commit c73a4ee

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

openstack/network/v2/_proxy.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1942,6 +1942,9 @@ def routers(self, **query):
19421942
:param kwargs \*\*query: Optional query parameters to be sent to limit
19431943
the resources being returned.
19441944
1945+
* ``name``: Router name
1946+
* ``admin_state_up``: Router administrative state is up (boolean)
1947+
19451948
:returns: A generator of router objects
19461949
:rtype: :class:`~openstack.network.v2.router.Router`
19471950
"""

0 commit comments

Comments
 (0)