Merge "Replace logging with oslo_log"

This commit is contained in:
Jenkins 2016-11-11 17:30:09 +00:00 committed by Gerrit Code Review
commit 7f8dfd65d2
2 changed files with 2 additions and 1 deletions

View File

@ -14,8 +14,8 @@
# under the License.
import datetime
import logging as log
from oslo_log import log
import six.moves.urllib.parse as urlparse
from osprofiler import _utils

View File

@ -1,5 +1,6 @@
six>=1.9.0 # MIT
oslo.messaging>=5.2.0 # Apache-2.0
oslo.log>=3.11.0 # Apache-2.0
oslo.utils>=3.16.0 # Apache-2.0
WebOb>=1.6.0 # MIT
requests>=2.10.0 # Apache-2.0