Fix config processing for oslo.log

Change-Id: Ib63cf80560f7d9a0a6dc9c4e04015b098511d4a5
This commit is contained in:
Ilya Shakhat
2015-03-03 17:38:25 +03:00
parent d9da219ff8
commit a8e50eacc4
11 changed files with 99 additions and 108 deletions

View File

@@ -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__)

View File

@@ -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__)

View File

@@ -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__)