mirror of
https://opendev.org/openstack/python-neutronclient.git
synced 2026-01-16 23:12:23 +00:00
Merge "Fix docstring in method list_routers_on_l3_agent"
This commit is contained in:
commit
d8cb1472c8
1 changed files with 1 additions and 1 deletions
|
|
@ -1514,7 +1514,7 @@ class Client(ClientBase):
|
|||
params=_params)
|
||||
|
||||
def list_routers_on_l3_agent(self, l3_agent, **_params):
|
||||
"""Fetches a list of L3 agents hosting a router."""
|
||||
"""Fetches a list of routers hosted on an L3 agent."""
|
||||
return self.get((self.agent_path + self.L3_ROUTERS) % l3_agent,
|
||||
params=_params)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue