modify notes in the FakeHypervisorStats docstring

The arugments should be: count and current_workload

Change-Id: I445d1d72d1f1b86a626bb4c9512cdb8311b2ebc9
This commit is contained in:
zheng yin 2016-07-07 17:22:11 +08:00 committed by Steve Martinelli
parent 272d193401
commit cc9efea9e0

View File

@ -393,7 +393,7 @@ class FakeHypervisorStats(object):
:param Dictionary attrs: :param Dictionary attrs:
A dictionary with all attributes A dictionary with all attributes
:return: :return:
A FakeResource object, with id, hypervisor_hostname, and so on A FakeResource object, with count, current_workload, and so on
""" """
attrs = attrs or {} attrs = attrs or {}