commit | 645dfc9238da6dc528ff23a8252f57c1c64081eb | [log] [tgz] |
---|---|---|
author | Rajiv Kumar <rajiv.kumar@nectechnologies.in> | Thu Jan 19 13:48:27 2017 +0530 |
committer | Rajiv Kumar <rajiv.kumar@nectechnologies.in> | Thu Jan 19 14:41:13 2017 +0530 |
tree | de010446d10e51deb5b78ac20da98487e0adb5a2 | |
parent | 617a2a52ea2e6bd66794c1298ea17cb4fd3cf696 [diff] [blame] |
Switch to oslo_log Change-Id: Id9ce71a53f4392ea1bd408681d01b6174d86ae61
diff --git a/patrole_tempest_plugin/rbac_utils.py b/patrole_tempest_plugin/rbac_utils.py index 7792cbd..1150416 100644 --- a/patrole_tempest_plugin/rbac_utils.py +++ b/patrole_tempest_plugin/rbac_utils.py
@@ -14,11 +14,11 @@ # under the License. import json -import logging import six import time import urllib3 +from oslo_log import log as logging from tempest import config from patrole_tempest_plugin import rbac_exceptions as rbac_exc