From: Jenkins Date: Tue, 31 Mar 2015 18:26:43 +0000 (+0000) Subject: Merge "Fix logging to catch original exceptions and tracebacks" X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=7d5d1d76e405ae5e1ec53eb4a9e98887ff9e4998;p=openstack-build%2Fcinder-build.git Merge "Fix logging to catch original exceptions and tracebacks" --- 7d5d1d76e405ae5e1ec53eb4a9e98887ff9e4998 diff --cc cinder/volume/flows/manager/create_volume.py index 7f0e05945,dcc57195d..fa0fd5a10 --- a/cinder/volume/flows/manager/create_volume.py +++ b/cinder/volume/flows/manager/create_volume.py @@@ -135,9 -135,8 +135,9 @@@ class OnFailureRescheduleTask(flow_util update = { 'status': 'creating', 'scheduled_at': timeutils.utcnow(), + 'host': None } - LOG.debug("Updating volume %(volume_id)s with %(update)s." % + LOG.debug("Updating volume %(volume_id)s with %(update)s.", {'update': update, 'volume_id': volume_id}) self.db.volume_update(context, volume_id, update) except exception.CinderException: