summaryrefslogtreecommitdiff
path: root/openstackclient/tests/compute
diff options
context:
space:
mode:
authorzheng yin <yin.zheng@easystack.cn>2016-07-07 17:22:11 +0800
committerSteve Martinelli <s.martinelli@gmail.com>2016-07-07 14:10:32 +0000
commitcc9efea9e054515dc97ab86b3a030d54ca267e44 (patch)
tree139bdfd6627dc9b0a6d9ea096e207521dd55316d /openstackclient/tests/compute
parent272d19340117927f6988c61113abc3dd995af76d (diff)
downloadpython-openstackclient-cc9efea9e054515dc97ab86b3a030d54ca267e44.tar.gz
modify notes in the FakeHypervisorStats docstring
The arugments should be: count and current_workload Change-Id: I445d1d72d1f1b86a626bb4c9512cdb8311b2ebc9
Diffstat (limited to 'openstackclient/tests/compute')
-rw-r--r--openstackclient/tests/compute/v2/fakes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstackclient/tests/compute/v2/fakes.py b/openstackclient/tests/compute/v2/fakes.py
index f9b1f75f..a62483d9 100644
--- a/openstackclient/tests/compute/v2/fakes.py
+++ b/openstackclient/tests/compute/v2/fakes.py
@@ -393,7 +393,7 @@ class FakeHypervisorStats(object):
:param Dictionary attrs:
A dictionary with all attributes
:return:
- A FakeResource object, with id, hypervisor_hostname, and so on
+ A FakeResource object, with count, current_workload, and so on
"""
attrs = attrs or {}