Reviewed: https://review.openstack.org/222550 Committed: https://git.openstack.org/cgit/openstack/tempest/commit/?id=367c6935247c0f24c096f7b63a2e5128e5773153 Submitter: Jenkins Branch: master
commit 367c6935247c0f24c096f7b63a2e5128e5773153 Author: ghanshyam <[email protected]> Date: Fri Sep 11 18:51:02 2015 +0900 Fix missing value types for log message This commit fix the missing value type in log message of exception. Change-Id: Ib052964e49ded2eb427d5b448241e25cbd066906 Closes-Bug: #1494574 ** Changed in: tempest 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 Committed Status in heat: In Progress Status in Ironic: In Progress Status in Magnum: Fix Committed Status in Manila: In Progress Status in networking-midonet: In Progress Status in neutron: Fix Committed Status in os-brick: In Progress Status in oslo.versionedobjects: In Progress Status in python-neutronclient: In Progress Status in tempest: Fix Released Status in Trove: In Progress 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

