diff options
| author | Jenkins <jenkins@review.openstack.org> | 2016-07-07 17:35:55 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2016-07-07 17:35:55 +0000 |
| commit | bca1851911af8d1ec499104bcbbf6ff1e41389cb (patch) | |
| tree | be4932201d1ce38d0db86f5e8d84f9971369d1b1 /openstackclient | |
| parent | 1e895f3286cdb433a72a2195aa3adb40b6ec9a5c (diff) | |
| parent | cc9efea9e054515dc97ab86b3a030d54ca267e44 (diff) | |
| download | python-openstackclient-bca1851911af8d1ec499104bcbbf6ff1e41389cb.tar.gz | |
Merge "modify notes in the FakeHypervisorStats docstring"
Diffstat (limited to 'openstackclient')
| -rw-r--r-- | openstackclient/tests/compute/v2/fakes.py | 2 |
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 {} |
