Public bug reported: ofctl_arg_supported contains a bad call to LOG.debug in an exception path.
LOG.debug("...%s. Exception: %s", (full_args, e)) This throws "TypeError: not enough arguments for format string" and should be: LOG.debug("...%s. Exception: %s", full_args, e) ** Affects: neutron Importance: Undecided Assignee: Angus Lees (gus) Status: In Progress -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1403296 Title: neutron.cmd.sanity: Too few/wrong arguments to logging call Status in OpenStack Neutron (virtual network service): In Progress Bug description: ofctl_arg_supported contains a bad call to LOG.debug in an exception path. LOG.debug("...%s. Exception: %s", (full_args, e)) This throws "TypeError: not enough arguments for format string" and should be: LOG.debug("...%s. Exception: %s", full_args, e) To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1403296/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : yahoo-eng-team@lists.launchpad.net Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp