Fix the misspelling of "openvswitch"

Change-Id: I890d60303da7fffc3d24ba790d1ae0cab35a431b
This commit is contained in:
lijunjie 2018-12-27 16:45:38 +08:00
parent a9e277a180
commit f99af7502c
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ ODL_PROFILES = {
class NeutronAPIODLBasicDeployment(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'):