Comment 59 for bug 1508442

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to packstack (master)

Reviewed: https://review.openstack.org/264808
Committed: https://git.openstack.org/cgit/openstack/packstack/commit/?id=765653f7a4e78be2ec417087d5c049ad3f21808f
Submitter: Jenkins
Branch: master

commit 765653f7a4e78be2ec417087d5c049ad3f21808f
Author: Javier Pena <email address hidden>
Date: Thu Jan 7 15:54:08 2016 +0100

    Use logging.warning instead of logging.warn

    logging.warn() is deprecated in Python 3 [1]. While it is not in
    the short-term list of priorities for Packstack, it does not hurt
    to use logging.warning [2], which is forward-compatible.

    Closes-Bug: 1508442

    [1]https://docs.python.org/3/library/logging.html#logging.warning
    [2]https://docs.python.org/2/library/logging.html#logging.warning

    Change-Id: I7c13513720280415350a83fd6ed0636af476a20e