Fix config processing for oslo.log
Change-Id: Ib63cf80560f7d9a0a6dc9c4e04015b098511d4a5
This commit is contained in:
@@ -16,8 +16,7 @@
|
||||
import time
|
||||
|
||||
from heatclient import client as heat_client_pkg
|
||||
|
||||
from shaker.openstack.common import log as logging
|
||||
from oslo_log import log as logging
|
||||
|
||||
|
||||
LOG = logging.getLogger(__name__)
|
||||
|
||||
@@ -14,8 +14,7 @@
|
||||
# limitations under the License.
|
||||
|
||||
from neutronclient.neutron import client as neutron_client_pkg
|
||||
|
||||
from shaker.openstack.common import log as logging
|
||||
from oslo_log import log as logging
|
||||
|
||||
|
||||
LOG = logging.getLogger(__name__)
|
||||
|
||||
@@ -16,8 +16,7 @@
|
||||
import time
|
||||
|
||||
from novaclient import client as nova_client_pkg
|
||||
|
||||
from shaker.openstack.common import log as logging
|
||||
from oslo_log import log as logging
|
||||
|
||||
|
||||
LOG = logging.getLogger(__name__)
|
||||
|
||||
Reference in New Issue
Block a user