Merge "Clean up inaccurate docstrings of server list() method"

This commit is contained in:
Jenkins 2013-08-12 18:14:21 +00:00 committed by Gerrit Code Review
commit 545806cd15
1 changed files with 3 additions and 3 deletions

View File

@ -367,9 +367,9 @@ class ServerManager(base.BootingManagerWithFind):
def list(self, detailed=True, search_opts=None):
"""
Get a list of servers.
Optional detailed returns details server info.
Optional reservation_id only returns instances with that
reservation_id.
:param detailed: Whether to return detailed server info (optional).
:param search_opts: Search options to filter out servers (optional).
:rtype: list of :class:`Server`
"""