Wrong use _LE of manila/share/manager.py

Bug #1477895 reported by Yusuke Hayashi
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Shared File Systems Service (Manila)
Fix Released
Low
Yusuke Hayashi

Bug Description

I found wrong use _LE of manila/share/manager.py.

 516 except Exception as e:
 517 # Note(imalinovskiy):
 518 # Quota reservation errors here are not fatal, because
 519 # unmanage is administrator API and he/she could update user
 520 # quota usages later if it's required.
 521 LOG.warning(_LE("Failed to update quota usages: %s."),
 522 six.text_type(e))

=> l.521 LOG.warning(_LW( ...))

Changed in manila:
assignee: nobody → Yusuke Hayashi (hayashi-yusuke)
description: updated
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to manila (master)

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

Changed in manila:
status: New → In Progress
description: updated
Changed in manila:
importance: Undecided → Low
milestone: none → liberty-2
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to manila (master)

Reviewed: https://review.openstack.org/205447
Committed: https://git.openstack.org/cgit/openstack/manila/commit/?id=42b1b141c1b8db9ac89c38f052bb9c80a9aa5a47
Submitter: Jenkins
Branch: master

commit 42b1b141c1b8db9ac89c38f052bb9c80a9aa5a47
Author: Yusuke Hayashi <email address hidden>
Date: Fri Jul 24 03:07:31 2015 +0900

    Change _LE to _LW (at manila/share/manager.py)

    Since I found wrong use _LE of manila/share/manager.py,
    I change _LE to _LW.

    l.521 LOG.warning(_LE("Failed to update quota usages: %s."),

    Change-Id: I6602f66aa85ef93ea7b03db1af3e0e1d62a53a63
    Closes-Bug: #1477895

Changed in manila:
status: In Progress → Fix Committed
Thierry Carrez (ttx)
Changed in manila:
status: Fix Committed → Fix Released
Thierry Carrez (ttx)
Changed in manila:
milestone: liberty-2 → 1.0.0
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.