diff options
| author | Jenkins <jenkins@review.openstack.org> | 2016-03-08 15:15:40 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2016-03-08 15:15:41 +0000 |
| commit | 9ab7740dfd09a727975fa708ab96be591d8a4c39 (patch) | |
| tree | e8e6d816adc0a965f3044a462751e10f43038cb9 /openstackclient | |
| parent | 762c4c9bdf66995198fa03751b861a859b9d44a1 (diff) | |
| parent | 11c253ca1925fa8cf7fac1453cd957f9ba0c44fd (diff) | |
| download | python-openstackclient-9ab7740dfd09a727975fa708ab96be591d8a4c39.tar.gz | |
Merge "Trivial: Fix incorrect comments in compute fakes.py"
Diffstat (limited to 'openstackclient')
| -rw-r--r-- | openstackclient/tests/compute/v2/fakes.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/openstackclient/tests/compute/v2/fakes.py b/openstackclient/tests/compute/v2/fakes.py index 32d257f1..f735fe42 100644 --- a/openstackclient/tests/compute/v2/fakes.py +++ b/openstackclient/tests/compute/v2/fakes.py @@ -636,14 +636,14 @@ class FakeKeypair(object): @staticmethod def create_keypairs(attrs=None, count=2): - """Create multiple fake flavors. + """Create multiple fake keypairs. :param Dictionary attrs: A dictionary with all attributes :param int count: - The number of flavors to fake + The number of keypairs to fake :return: - A list of FakeFlavorResource objects faking the flavors + A list of FakeResource objects faking the keypairs """ keypairs = [] |
