Trivial fix typos

Change-Id: I72a1da209df38e226ec02d9dbd0142ed4020c0d2
This commit is contained in:
Vu Cong Tuan 2017-05-30 16:37:01 +07:00
parent b78153aec4
commit b52bbe1eec
7 changed files with 15 additions and 15 deletions

View File

@ -128,7 +128,7 @@ class APIv2(api.BaseAPI):
https://developer.openstack.org/api-ref/compute/#delete-deallocate-floating-ip-address https://developer.openstack.org/api-ref/compute/#delete-deallocate-floating-ip-address
:param string security_group: :param string floating_ip_id:
Floating IP ID Floating IP ID
""" """

View File

@ -48,7 +48,7 @@ def is_service_enabled(service):
ret = execute('openstack service show -f value -c enabled ' + service) ret = execute('openstack service show -f value -c enabled ' + service)
except exceptions.CommandFailed: except exceptions.CommandFailed:
# We get here for multiple reasons, all of them mean that a working # We get here for multiple reasons, all of them mean that a working
# service is not avilable # service is not available
return False return False
return "True" in ret return "True" in ret
@ -69,7 +69,7 @@ class TestCase(testtools.TestCase):
return cls.openstack('configuration show ' + opts) return cls.openstack('configuration show ' + opts)
@classmethod @classmethod
def get_openstack_extention_names(cls): def get_openstack_extension_names(cls):
opts = cls.get_opts(['Name']) opts = cls.get_opts(['Name'])
return cls.openstack('extension list ' + opts) return cls.openstack('extension list ' + opts)

View File

@ -37,7 +37,7 @@ class NetworkSegmentTests(common.NetworkTests):
# NOTE(rtheis): The segment extension is not yet enabled # NOTE(rtheis): The segment extension is not yet enabled
# by default. # by default.
# Skip the tests if not enabled. # Skip the tests if not enabled.
extensions = cls.get_openstack_extention_names() extensions = cls.get_openstack_extension_names()
if 'Segment' in extensions: if 'Segment' in extensions:
cls.NETWORK_SEGMENT_EXTENSION = 'Segment' cls.NETWORK_SEGMENT_EXTENSION = 'Segment'

View File

@ -278,6 +278,6 @@ class SubnetTests(common.NetworkTests):
raise raise
pass pass
else: else:
# break and no longer retry if create sucessfully # break and no longer retry if create successfully
break break
return cmd_output return cmd_output

View File

@ -503,7 +503,7 @@ class FakeSecurityGroup(object):
If security groups list is provided, then initialize the Mock object If security groups list is provided, then initialize the Mock object
with the list. Otherwise create one. with the list. Otherwise create one.
:param List security groups: :param List security_groups:
A list of FakeResource objects faking security groups A list of FakeResource objects faking security groups
:param int count: :param int count:
The number of security groups to fake The number of security groups to fake
@ -1029,7 +1029,7 @@ class FakeFloatingIP(object):
If floating_ips list is provided, then initialize the Mock object If floating_ips list is provided, then initialize the Mock object
with the list. Otherwise create one. with the list. Otherwise create one.
:param List floating ips: :param List floating_ips:
A list of FakeResource objects faking floating ips A list of FakeResource objects faking floating ips
:param int count: :param int count:
The number of floating ips to fake The number of floating ips to fake

View File

@ -287,7 +287,7 @@ class FakeImage(object):
"""Create a fake image member. """Create a fake image member.
:param Dictionary attrs: :param Dictionary attrs:
A dictionary with all attrbutes of image member A dictionary with all attributes of image member
:return: :return:
A FakeResource object with member_id, image_id and so on A FakeResource object with member_id, image_id and so on
""" """

View File

@ -144,7 +144,7 @@ class FakeAddressScope(object):
If address scopes list is provided, then initialize the Mock object If address scopes list is provided, then initialize the Mock object
with the list. Otherwise create one. with the list. Otherwise create one.
:param List address scopes: :param List address_scopes:
A list of FakeResource objects faking address scopes A list of FakeResource objects faking address scopes
:param int count: :param int count:
The number of address scopes to fake The number of address scopes to fake
@ -883,7 +883,7 @@ class FakeNetworkQosPolicy(object):
If qos policies list is provided, then initialize the Mock object If qos policies list is provided, then initialize the Mock object
with the list. Otherwise create one. with the list. Otherwise create one.
:param List address scopes: :param List qos_policies:
A list of FakeResource objects faking qos policies A list of FakeResource objects faking qos policies
:param int count: :param int count:
The number of QoS policies to fake The number of QoS policies to fake
@ -961,7 +961,7 @@ class FakeNetworkQosRule(object):
If Network QoS rules list is provided, then initialize the Mock If Network QoS rules list is provided, then initialize the Mock
object with the list. Otherwise create one. object with the list. Otherwise create one.
:param List address scopes: :param List qos_rules:
A list of FakeResource objects faking Network QoS rules A list of FakeResource objects faking Network QoS rules
:param int count: :param int count:
The number of QoS minimum bandwidth rules to fake The number of QoS minimum bandwidth rules to fake
@ -1161,7 +1161,7 @@ class FakeSecurityGroup(object):
If security groups list is provided, then initialize the Mock object If security groups list is provided, then initialize the Mock object
with the list. Otherwise create one. with the list. Otherwise create one.
:param List security groups: :param List security_groups:
A list of FakeResource objects faking security groups A list of FakeResource objects faking security groups
:param int count: :param int count:
The number of security groups to fake The number of security groups to fake
@ -1241,7 +1241,7 @@ class FakeSecurityGroupRule(object):
If security group rules list is provided, then initialize the Mock If security group rules list is provided, then initialize the Mock
object with the list. Otherwise create one. object with the list. Otherwise create one.
:param List security group rules: :param List security_group_rules:
A list of FakeResource objects faking security group rules A list of FakeResource objects faking security group rules
:param int count: :param int count:
The number of security group rules to fake The number of security group rules to fake
@ -1406,7 +1406,7 @@ class FakeFloatingIP(object):
If floating_ips list is provided, then initialize the Mock object If floating_ips list is provided, then initialize the Mock object
with the list. Otherwise create one. with the list. Otherwise create one.
:param List floating ips: :param List floating_ips:
A list of FakeResource objects faking floating ips A list of FakeResource objects faking floating ips
:param int count: :param int count:
The number of floating ips to fake The number of floating ips to fake
@ -1585,7 +1585,7 @@ class FakeSubnetPool(object):
If subnet_pools list is provided, then initialize the Mock object If subnet_pools list is provided, then initialize the Mock object
with the list. Otherwise create one. with the list. Otherwise create one.
:param List subnet pools: :param List subnet_pools:
A list of FakeResource objects faking subnet pools A list of FakeResource objects faking subnet pools
:param int count: :param int count:
The number of subnet pools to fake The number of subnet pools to fake