Cleanup script: fix typo
Change-Id: I9977c2929f6171e59775efb07c2e4255149402ab
This commit is contained in:
parent
2aadfa6e38
commit
85cf627540
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user