From cc9efea9e054515dc97ab86b3a030d54ca267e44 Mon Sep 17 00:00:00 2001 From: zheng yin Date: Thu, 7 Jul 2016 17:22:11 +0800 Subject: [PATCH] modify notes in the FakeHypervisorStats docstring The arugments should be: count and current_workload Change-Id: I445d1d72d1f1b86a626bb4c9512cdb8311b2ebc9 --- openstackclient/tests/compute/v2/fakes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openstackclient/tests/compute/v2/fakes.py b/openstackclient/tests/compute/v2/fakes.py index f9b1f75f0c..a62483d9b8 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 {}