Fix the misspelling of "openvswitch"

Change-Id: Ib77210d8d2d12afd7122291a0bdc7edcdab2223a
This commit is contained in:
lijunjie 2018-12-27 16:39:41 +08:00
parent b404c18a50
commit 992af4660d
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ u = OpenStackAmuletUtils(DEBUG)
class NeutronOVSBasicDeployment(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,
stable=False):