Merge "Tempest: fix a typo"

This commit is contained in:
Jenkins 2016-06-16 04:15:54 +00:00 committed by Gerrit Code Review
commit d3b9977e1c
1 changed files with 1 additions and 1 deletions

View File

@ -428,7 +428,7 @@ class BaseAdminNetworkTest(BaseNetworkTest):
@classmethod
def get_unused_ip(cls, net_id, ip_version=None):
"""Get an unused ip address in a allocaion pool of net"""
"""Get an unused ip address in a allocation pool of net"""
body = cls.admin_client.list_ports(network_id=net_id)
ports = body['ports']
used_ips = []