From 6748cfadf497852bbf21a207ce2feb1e84d606ef Mon Sep 17 00:00:00 2001 From: Andrey Kurilin Date: Tue, 9 Aug 2016 17:24:00 +0300 Subject: [PATCH] Remove deprecated log module Change-Id: I113ae12503db97d9e1ce72b7157bcd4ba2d4e283 --- rally/plugins/openstack/scenarios/monasca/metrics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rally/plugins/openstack/scenarios/monasca/metrics.py b/rally/plugins/openstack/scenarios/monasca/metrics.py index fcd2e5d5..7fc9ceea 100644 --- a/rally/plugins/openstack/scenarios/monasca/metrics.py +++ b/rally/plugins/openstack/scenarios/monasca/metrics.py @@ -12,7 +12,7 @@ # License for the specific language governing permissions and limitations # under the License. -from rally.common import log as logging +from rally.common import logging from rally import consts from rally.plugins.openstack import scenario from rally.plugins.openstack.scenarios.monasca import utils as monascautils