Merge "Replace usage of oslo.log"

This commit is contained in:
Zuul 2022-06-16 05:43:21 +00:00 committed by Gerrit Code Review
commit ada288fd28
3 changed files with 5 additions and 2 deletions

View File

@ -16,6 +16,7 @@
from django.conf import settings from django.conf import settings
from django.views import generic from django.views import generic
import functools import functools
import logging
import requests import requests
from requests.exceptions import HTTPError from requests.exceptions import HTTPError
@ -23,7 +24,6 @@ from horizon import exceptions
from openstack_dashboard.api import base from openstack_dashboard.api import base
from openstack_dashboard.api.rest import urls from openstack_dashboard.api.rest import urls
from openstack_dashboard.api.rest import utils as rest_utils from openstack_dashboard.api.rest import utils as rest_utils
from oslo_log import log as logging
LOG = logging.getLogger(__name__) LOG = logging.getLogger(__name__)

View File

@ -0,0 +1,4 @@
---
upgrade:
- |
The ``oslo.log`` library is no longer required.

View File

@ -5,7 +5,6 @@
# The order of packages is significant, because pip processes them in the order # The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration # of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later. # process, which may cause wedges in the gate later.
oslo.log>=3.36.0 # Apache-2.0
pbr!=2.1.0,>=2.0.0 # Apache-2.0 pbr!=2.1.0,>=2.0.0 # Apache-2.0
python-designateclient>=2.7.0 # Apache-2.0 python-designateclient>=2.7.0 # Apache-2.0