Merge "Remove unused logging import in Cue"

This commit is contained in:
Jenkins 2016-01-06 21:33:46 +00:00 committed by Gerrit Code Review
commit 2494ec4f0d
4 changed files with 0 additions and 13 deletions

View File

@ -19,10 +19,8 @@ from keystoneauth1 import session as keystone_session
import neutronclient.neutron.client as NeutronClient
import novaclient.client as NovaClient
from oslo_config import cfg
from oslo_log import log as logging
LOG = logging.getLogger(__name__)
CONF = cfg.CONF

View File

@ -14,7 +14,6 @@
from oslo_config import cfg
from oslo_log import log as logging
from oslo_utils import strutils
import prettytable
@ -25,8 +24,6 @@ from cue.db.sqlalchemy import models
from cue.manage import base
from cue import objects
LOG = logging.getLogger(__name__)
CONF = cfg.CONF

View File

@ -13,11 +13,8 @@
# License for the specific language governing permissions and limitations
# under the License.
from oslo_log import log as logging
import taskflow.retry as retry
LOG = logging.getLogger(__name__)
class ExceptionTimes(retry.Times):
"""Retries subflow given number of times. Returns attempt number.

View File

@ -15,11 +15,6 @@
import os_tasklib
from oslo_log import log as logging
LOG = logging.getLogger(__name__)
class ShowNetwork(os_tasklib.BaseTask):
"""ShowNetwork Task