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
1=== modified file 'quantum/cli.py'
2--- quantum/cli.py 2011-06-08 10:21:47 +0000
3+++ quantum/cli.py 2011-06-24 18:29:23 +0000
4@@ -318,8 +318,7 @@
5 output = res.read()
6 LOG.debug(output)
7 if res.status != 202:
8- LOG.error("Failed to unplug iface from port \"%s\": %s" % (vid,
9- pid, output))
10+ LOG.error("Failed to unplug iface from port \"%s\": %s" % (pid, output))
11 return
12 print "Unplugged interface from port:%s on network:%s" % (pid, nid)
13

Subscribers

People subscribed via source and target branches