Trivial: Fix wrong comment of _format_servers_list_networks().
The parameter name should be 'networks'. Change-Id: I140c3d61dccbbec40c14bd7a8f2aeac0eb24384d
This commit is contained in:
parent
c49c9df105
commit
45a07afd54
@ -43,7 +43,7 @@ from openstackclient.network import common
|
|||||||
def _format_servers_list_networks(networks):
|
def _format_servers_list_networks(networks):
|
||||||
"""Return a formatted string of a server's networks
|
"""Return a formatted string of a server's networks
|
||||||
|
|
||||||
:param server: a Server.networks field
|
:param networks: a Server.networks field
|
||||||
:rtype: a string of formatted network addresses
|
:rtype: a string of formatted network addresses
|
||||||
"""
|
"""
|
||||||
output = []
|
output = []
|
||||||
|
Loading…
x
Reference in New Issue
Block a user