Conversion types is missing in some strings

Bug #1289230 reported by Kiyohiro Adachi
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Cinder
Fix Released
Medium
Kiyohiro Adachi
OpenStack Compute (nova)
Fix Released
Undecided
Kiyohiro Adachi

Bug Description

Ex.:
             except nexenta.NexentaException as exc:
- LOG.warning(_('Cannot delete snapshot %(origin): %(exc)s'),
+ LOG.warning(_('Cannot delete snapshot %(origin)s: %(exc)s'),
                             {'origin': origin, 'exc': exc})

Kiyohiro Adachi (adachi)
Changed in cinder:
assignee: nobody → Kiyohiro Adachi (adachi)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to cinder (master)

Fix proposed to branch: master
Review: https://review.openstack.org/78913

Changed in cinder:
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Fix proposed to branch: master
Review: https://review.openstack.org/78916

Kiyohiro Adachi (adachi)
Changed in nova:
assignee: nobody → Kiyohiro Adachi (adachi)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to nova (master)

Fix proposed to branch: master
Review: https://review.openstack.org/78925

Changed in nova:
status: New → In Progress
Changed in cinder:
importance: Undecided → Medium
milestone: none → icehouse-rc1
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to cinder (master)

Reviewed: https://review.openstack.org/78916
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=7f643ca464194067c70d86efdc262daa9d2d3a92
Submitter: Jenkins
Branch: master

commit 7f643ca464194067c70d86efdc262daa9d2d3a92
Author: KIYOHIRO ADACHI <email address hidden>
Date: Fri Mar 7 18:31:26 2014 +0900

    Add conversion types in some strings

    Some strings have no conversion types
    for 'String Formatting Operations'.

    Change-Id: I2c6176954643a93898ff2d06d686793fb0977458
    Closes-Bug: #1289230

Changed in cinder:
status: In Progress → Fix Committed
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (master)

Reviewed: https://review.openstack.org/78925
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=1a1fe2e1d2bfd782d70aa33d82cd5598aeeb4247
Submitter: Jenkins
Branch: master

commit 1a1fe2e1d2bfd782d70aa33d82cd5598aeeb4247
Author: KIYOHIRO ADACHI <email address hidden>
Date: Fri Mar 7 19:25:05 2014 +0900

    Add conversion type to LOG.exception's string

    Add conversion type for 'String Formatting Operations' to
    LOG.exception's string in _get_floating_ips_by_fixed_and_port().

    Change-Id: Iec97a354176e3044064bf190735257080be7ae70
    Closes-Bug: #1289230

Changed in nova:
status: In Progress → Fix Committed
Changed in nova:
milestone: none → icehouse-rc1
Thierry Carrez (ttx)
Changed in cinder:
status: Fix Committed → Fix Released
Thierry Carrez (ttx)
Changed in nova:
status: Fix Committed → Fix Released
Thierry Carrez (ttx)
Changed in nova:
milestone: icehouse-rc1 → 2014.1
Thierry Carrez (ttx)
Changed in cinder:
milestone: icehouse-rc1 → 2014.1
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.