]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
fix pep8 introduced by trunk merge
authorDan Wendlandt <dan@nicira.com>
Mon, 27 Jun 2011 23:11:09 +0000 (16:11 -0700)
committerDan Wendlandt <dan@nicira.com>
Mon, 27 Jun 2011 23:11:09 +0000 (16:11 -0700)
quantum/cli.py

index 496055be1d1b0e4b373e5286ad2c633cf47813aa..bbbc9fbf9f4988c9ad315982aeca1c6b2ebd8ef5 100644 (file)
@@ -319,7 +319,8 @@ def api_unplug_iface(client, *args):
     output = res.read()
     LOG.debug(output)
     if res.status != 202:
-        LOG.error("Failed to unplug iface from port \"%s\": %s" % (pid, output))
+        LOG.error("Failed to unplug iface from port \"%s\": %s" % \
+            (pid, output))
         return
     print "Unplugged interface from port:%s on network:%s" % (pid, nid)