Reviewed: https://review.openstack.org/262136 Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=2fde87a0e91689aaf3c918209f1ee8a1d832d6f3 Submitter: Jenkins Branch: master
commit 2fde87a0e91689aaf3c918209f1ee8a1d832d6f3 Author: Wanlong Gao <email address hidden> Date: Tue Dec 29 14:37:10 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.
Change-Id: Ic4e07276def17ef39764601c8a7e0991f9a4efbc Closes-Bug: 1508442
Reviewed: https:/ /review. openstack. org/262136 /git.openstack. org/cgit/ openstack/ kolla/commit/ ?id=2fde87a0e91 689aaf3c918209f 1ee8a1d832d6f3
Committed: https:/
Submitter: Jenkins
Branch: master
commit 2fde87a0e91689a af3c918209f1ee8 a1d832d6f3
Author: Wanlong Gao <email address hidden>
Date: Tue Dec 29 14:37:10 2015 +0800
Python 3 deprecated the logger.warn method in favor of warning
Python 3 deprecated the logger.warn method, see: /docs.python. org/3/library/ logging. html#logging. warning, so we
https:/
prefer to use warning to avoid DeprecationWarning.
Change-Id: Ic4e07276def17e f39764601c8a7e0 991f9a4efbc
Closes-Bug: 1508442