Remove deprecated log module

Change-Id: I113ae12503db97d9e1ce72b7157bcd4ba2d4e283
This commit is contained in:
Andrey Kurilin 2016-08-09 17:24:00 +03:00
parent d076010834
commit 6748cfadf4

View File

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