@@ -144,7 +144,7 @@ def get_address_scopes(address_scopes=None, count=2):
144144 If address scopes list is provided, then initialize the Mock object
145145 with the list. Otherwise create one.
146146
147- :param List address scopes :
147+ :param List address_scopes :
148148 A list of FakeResource objects faking address scopes
149149 :param int count:
150150 The number of address scopes to fake
@@ -883,7 +883,7 @@ def get_qos_policies(qos_policies=None, count=2):
883883 If qos policies list is provided, then initialize the Mock object
884884 with the list. Otherwise create one.
885885
886- :param List address scopes :
886+ :param List qos_policies :
887887 A list of FakeResource objects faking qos policies
888888 :param int count:
889889 The number of QoS policies to fake
@@ -961,7 +961,7 @@ def get_qos_rules(qos_rules=None, count=2):
961961 If Network QoS rules list is provided, then initialize the Mock
962962 object with the list. Otherwise create one.
963963
964- :param List address scopes :
964+ :param List qos_rules :
965965 A list of FakeResource objects faking Network QoS rules
966966 :param int count:
967967 The number of QoS minimum bandwidth rules to fake
@@ -1161,7 +1161,7 @@ def get_security_groups(security_groups=None, count=2):
11611161 If security groups list is provided, then initialize the Mock object
11621162 with the list. Otherwise create one.
11631163
1164- :param List security groups :
1164+ :param List security_groups :
11651165 A list of FakeResource objects faking security groups
11661166 :param int count:
11671167 The number of security groups to fake
@@ -1241,7 +1241,7 @@ def get_security_group_rules(security_group_rules=None, count=2):
12411241 If security group rules list is provided, then initialize the Mock
12421242 object with the list. Otherwise create one.
12431243
1244- :param List security group rules :
1244+ :param List security_group_rules :
12451245 A list of FakeResource objects faking security group rules
12461246 :param int count:
12471247 The number of security group rules to fake
@@ -1406,7 +1406,7 @@ def get_floating_ips(floating_ips=None, count=2):
14061406 If floating_ips list is provided, then initialize the Mock object
14071407 with the list. Otherwise create one.
14081408
1409- :param List floating ips :
1409+ :param List floating_ips :
14101410 A list of FakeResource objects faking floating ips
14111411 :param int count:
14121412 The number of floating ips to fake
@@ -1585,7 +1585,7 @@ def get_subnet_pools(subnet_pools=None, count=2):
15851585 If subnet_pools list is provided, then initialize the Mock object
15861586 with the list. Otherwise create one.
15871587
1588- :param List subnet pools :
1588+ :param List subnet_pools :
15891589 A list of FakeResource objects faking subnet pools
15901590 :param int count:
15911591 The number of subnet pools to fake
0 commit comments