Switch to oslo_log
Change-Id: Id9ce71a53f4392ea1bd408681d01b6174d86ae61
This commit is contained in:
parent
617a2a52ea
commit
645dfc9238
@ -13,8 +13,7 @@
|
||||
# License for the specific language governing permissions and limitations
|
||||
# under the License.
|
||||
|
||||
import logging
|
||||
|
||||
from oslo_log import log as logging
|
||||
from tempest import config
|
||||
from tempest.lib import exceptions
|
||||
|
||||
|
@ -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
|
||||
|
@ -13,9 +13,9 @@
|
||||
# License for the specific language governing permissions and limitations
|
||||
# under the License.
|
||||
|
||||
import logging
|
||||
from six import moves
|
||||
|
||||
from oslo_log import log as logging
|
||||
from tempest import config
|
||||
from tempest.lib.common.utils import data_utils
|
||||
from tempest.lib import decorators
|
||||
|
@ -4,3 +4,4 @@
|
||||
|
||||
pbr>=1.8 # Apache-2.0
|
||||
urllib3>=1.15.1 # MIT
|
||||
oslo.log>=3.11.0 # Apache-2.0
|
||||
|
@ -10,4 +10,5 @@ mock>=2.0 # BSD
|
||||
coverage>=4.0 # Apache-2.0
|
||||
oslotest>=1.10.0 # Apache-2.0
|
||||
oslo.policy>=1.17.0 # Apache-2.0
|
||||
oslo.log>=3.11.0 # Apache-2.0
|
||||
tempest>=12.1.0 # Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user