Reviewed: https://review.openstack.org/50830 Committed: http://github.com/openstack/neutron/commit/e05e0e81ccb94d4aedc198c2f38509fde1142d04 Submitter: Jenkins Branch: milestone-proposed
commit e05e0e81ccb94d4aedc198c2f38509fde1142d04 Author: YangLei <[email protected]> Date: Wed Oct 9 17:46:35 2013 +0800 Correct the typo %{edge_id)s Use %(edge_id)s instead of %{edge_id)s. Fixes bug #1237888 Change-Id: Id8376ff8ec50e3022f9aca9b8954d8044d849f64 (cherry picked from commit f13106d73fe6d628339d541f905ff5cfa5c264e8) ** Changed in: neutron Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1237888 Title: Correct the typo %{edge_id)s Status in OpenStack Neutron (virtual network service): Fix Released Bug description: We should use %(edge_id)s instead of %{edge_id)s in file in neutron/plugins/nicira/vshield/edge_appliance_driver.py for milestone- proposed branch Current code: msg = _("VCNS: Failed to delete %{edge_id)s:\n" "%(response)s") % { 'edge_id': edge_id, 'response': e.response} LOG.exception(msg) We will see the follow exception because of " %{edge_id)s" : ValueError: unsupported format character '{' (0x7b) at index 24 To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1237888/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

