Reviewed: https://review.openstack.org/223000 Committed: https://git.openstack.org/cgit/openstack/trove/commit/?id=667dc5f50c05b171e3acddf8100a5003a2a59044 Submitter: Jenkins Branch: master
commit 667dc5f50c05b171e3acddf8100a5003a2a59044 Author: Sergey Vilgelm <[email protected]> Date: Mon Sep 14 10:55:27 2015 +0300 Fix missing value types for log message This patch add missing value types for some log message of exception. Change-Id: Ib4a1dea4cbfead8367884d9e6c34cb9b3f0a8d6a Closes-Bug: #1494574 Co-Authored-By: Morgan Jones <[email protected]> ** Changed in: trove Status: In Progress => 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/1494574 Title: Logging missing value types Status in Cinder: Fix Released Status in heat: Fix Released Status in Ironic: Fix Released Status in Magnum: Fix Released Status in Manila: Fix Released Status in networking-midonet: Fix Released Status in neutron: Fix Released Status in os-brick: Fix Released Status in oslo.versionedobjects: Fix Released Status in tempest: Fix Released Status in Trove: Fix Released Bug description: There are a few locations in the code where the log string is missing the formatting type, causing log messages to fail. FILE: ../OpenStack/cinder/cinder/volume/drivers/emc/emc_vnx_cli.py LOG.debug('EMC: Command Exception: %(rc) %(result)s. ' FILE: ../OpenStack/cinder/cinder/consistencygroup/api.py LOG.error(_LE("CG snapshot %(cgsnap) not found when " LOG.error(_LE("Source CG %(source_cg) not found when " FILE: ../OpenStack/cinder/cinder/volume/drivers/emc/emc_vmax_masking.py "Storage group %(sgGroupName) " FILE: ../OpenStack/cinder/cinder/volume/manager.py '%(image_id) will not create cache entry.'), To manage notifications about this bug go to: https://bugs.launchpad.net/cinder/+bug/1494574/+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

