summaryrefslogtreecommitdiff
path: root/nova/policy.py
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-07-22 02:17:34 +0000
committerGerrit Code Review <review@openstack.org>2016-07-22 02:17:35 +0000
commit4744072fe8c2cf334e7d84ff8ec7aae988f4435a (patch)
tree22c856eaa024b3a8d1a1b542f44dd81fd8164975 /nova/policy.py
parent849d5a2f80d2ca481321acb900237c4574143244 (diff)
parent6df327694fa782a6a23e1057f8d5db402793b777 (diff)
downloadnova-4744072fe8c2cf334e7d84ff8ec7aae988f4435a.tar.gz
Merge "Use oslo_log instead of logging"
Diffstat (limited to 'nova/policy.py')
-rw-r--r--nova/policy.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/nova/policy.py b/nova/policy.py
index d9ed11abfc..6a2bc8192d 100644
--- a/nova/policy.py
+++ b/nova/policy.py
@@ -15,9 +15,8 @@
"""Policy Engine For Nova."""
-import logging
-
from oslo_config import cfg
+from oslo_log import log as logging
from oslo_policy import policy
from oslo_utils import excutils