← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1529913] Re: use warning to avoid DeprecationWarning

 

*** This bug is a duplicate of bug 1508442 ***
    https://bugs.launchpad.net/bugs/1508442

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

commit d49a78e9f895be36eeeb3da88e2472cf773cb105
Author: LiuNanke <nanke.liu@xxxxxxxxxxxx>
Date:   Tue Dec 29 11:53:12 2015 +0800

    Python 3 deprecated the logger.warn method in favor of warning
    
    Python 3 deprecated the logger.warn method, see:
    https://docs.python.org/3/library/logging.html#logging.warning, so we
    prefer to use warning to avoid DeprecationWarning.
    
    Closes-Bug: #1529913
    
    Change-Id: I5d6d85b1ee4a63ebfb3348c093e37ab48b713e40


** Changed in: nova
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1529913

Title:
  use warning to avoid DeprecationWarning

Status in Glance:
  In Progress
Status in OpenStack Dashboard (Horizon):
  Fix Released
Status in OpenStack Identity (keystone):
  In Progress
Status in Manila:
  In Progress
Status in OpenStack Compute (nova):
  Fix Released
Status in Trove:
  Fix Released

Bug description:
  Python 3 deprecated the logger.warn method, see:

  https://docs.python.org/3/library/logging.html#logging.warning

  so we prefer to use warning to avoid DeprecationWarning.

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1529913/+subscriptions


References