mirror of
https://opendev.org/openstack/python-openstackclient.git
synced 2026-01-17 07:20:45 +00:00
modify notes in the FakeHypervisorStats docstring
The arugments should be: count and current_workload Change-Id: I445d1d72d1f1b86a626bb4c9512cdb8311b2ebc9
This commit is contained in:
parent
272d193401
commit
cc9efea9e0
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue