TrivialFix: Fix the chassis_del comment in Southbound API

Change-Id: I55008aff94ec91ef87ea541b7040aacb30a73c66
This commit is contained in:
reedip 2019-05-10 17:15:42 +00:00
parent 048473da01
commit 0fe5351c09
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ class API(api.API):
def chassis_del(self, chassis, if_exists=False):
"""Deletes chassis and its encaps and gateway_ports
:param chassis: The name of the chassis to create
:param chassis: The name of the chassis to delete
:type chassis: string
:param if_exsits: Don't fail if `chassis` doesn't exist
:param if_exists: boolean