Cleanup script: fix typo

Change-Id: I9977c2929f6171e59775efb07c2e4255149402ab
This commit is contained in:
Gary Kotton 2016-05-10 19:45:09 -07:00
parent 2aadfa6e38
commit 85cf627540

View File

@ -211,7 +211,7 @@ class VSMClient(object):
if response.status_code == 200:
LOG.debug('Successfully deleted logical switch %s' % name)
else:
LOG.debug('ERROR @delete ls=%s failed with reponse code %s' %
LOG.debug('ERROR @delete ls=%s failed with response code %s' %
(name, response.status_code))
def get_all_edges(self):