Fix the misspelling of "openvswitch"

Change-Id: If8d65289e25e210bfd46dfcb307f58afc693d85f
This commit is contained in:
lijunjie 2018-12-27 16:42:08 +08:00
parent e8b2084744
commit bb9ad3ab2d
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ ODL_PROFILES = {
class OVSODLBasicDeployment(OpenStackAmuletDeployment):
"""Amulet tests on a basic neutron-openvswtich deployment."""
"""Amulet tests on a basic neutron-openvswitch deployment."""
def __init__(self, series, openstack=None, source=None, git=False,
stable=False, odl_version='helium'):