Use oslo_log instead of system logging for consistency

Change-Id: Ib064017fb281b0ff528c046d1bd2c2537d1c188c
This commit is contained in:
Anusha Ramineni 2017-01-24 13:41:44 +05:30
parent ab2eea35d5
commit e241273b48
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
"""OpenStackClient plugin for Governance service."""
import logging
from oslo_log import log as logging
from congressclient.common import utils