Merge: bzr merge lp:~bgh/quantum/bugfixes
This commit is contained in:
@@ -318,8 +318,7 @@ def api_unplug_iface(client, *args):
|
|||||||
output = res.read()
|
output = res.read()
|
||||||
LOG.debug(output)
|
LOG.debug(output)
|
||||||
if res.status != 202:
|
if res.status != 202:
|
||||||
LOG.error("Failed to unplug iface from port \"%s\": %s" % (vid,
|
LOG.error("Failed to unplug iface from port \"%s\": %s" % (pid, output))
|
||||||
pid, output))
|
|
||||||
return
|
return
|
||||||
print "Unplugged interface from port:%s on network:%s" % (pid, nid)
|
print "Unplugged interface from port:%s on network:%s" % (pid, nid)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user