Merge lp:~bgh/neutron/bugfixes into lp:neutron/diablo

Proposed by Brad Hall
Status: Merged
Approved by: Somik Behera
Approved revision: 20
Merged at revision: 20
Proposed branch: lp:~bgh/neutron/bugfixes
Merge into: lp:neutron/diablo
Diff against target: 12 lines (+1/-2)
1 file modified
quantum/cli.py (+1/-2)
To merge this branch: bzr merge lp:~bgh/neutron/bugfixes
Reviewer Review Type Date Requested Status
Somik Behera Approve
Review via email: mp+65821@code.launchpad.net

Description of the change

To post a comment you must log in.
Revision history for this message
Somik Behera (somikbehera) wrote :

simple enough. looks good.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'quantum/cli.py'
--- quantum/cli.py 2011-06-08 10:21:47 +0000
+++ quantum/cli.py 2011-06-24 18:29:23 +0000
@@ -318,8 +318,7 @@
318 output = res.read()318 output = res.read()
319 LOG.debug(output)319 LOG.debug(output)
320 if res.status != 202:320 if res.status != 202:
321 LOG.error("Failed to unplug iface from port \"%s\": %s" % (vid,321 LOG.error("Failed to unplug iface from port \"%s\": %s" % (pid, output))
322 pid, output))
323 return322 return
324 print "Unplugged interface from port:%s on network:%s" % (pid, nid)323 print "Unplugged interface from port:%s on network:%s" % (pid, nid)
325324

Subscribers

People subscribed via source and target branches