From d93ea9eb75c7534b4d075583dbab859f19c01b9b Mon Sep 17 00:00:00 2001
From: licanwei
Date: Fri, 18 Nov 2016 14:41:02 +0800
Subject: [PATCH] Fix the description of hypervisors.list
trivial docstring fix
http://docs.openstack.org/developer/python-novaclient
/ref/v2/hypervisors.html
Change-Id: I1b7a3eed1e809fde80dd49fd617931ca4e2fc072
---
novaclient/v2/hypervisors.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/novaclient/v2/hypervisors.py b/novaclient/v2/hypervisors.py
index 8169b7613..1910a582a 100644
--- a/novaclient/v2/hypervisors.py
+++ b/novaclient/v2/hypervisors.py
@@ -58,6 +58,7 @@ class HypervisorManager(base.ManagerWithFind):
def list(self, detailed=True, marker=None, limit=None):
"""
Get a list of hypervisors.
+
:param marker: Begin returning hypervisor that appear later in the
keypair list than that represented by this keypair name
(optional).