Merge "Trivial: Fix incorrect comments in compute fakes.py"

This commit is contained in:
Jenkins 2016-03-08 15:15:40 +00:00 committed by Gerrit Code Review
commit 9ab7740dfd

View File

@ -636,14 +636,14 @@ class FakeKeypair(object):
@staticmethod @staticmethod
def create_keypairs(attrs=None, count=2): def create_keypairs(attrs=None, count=2):
"""Create multiple fake flavors. """Create multiple fake keypairs.
:param Dictionary attrs: :param Dictionary attrs:
A dictionary with all attributes A dictionary with all attributes
:param int count: :param int count:
The number of flavors to fake The number of keypairs to fake
:return: :return:
A list of FakeFlavorResource objects faking the flavors A list of FakeResource objects faking the keypairs
""" """
keypairs = [] keypairs = []