fix: related to https://bugs.launchpad.net/fuel/+bug/1592445
This commit is contained in:
parent
2f26e98d8a
commit
47982b15d7
@ -29,12 +29,17 @@ from datetime import datetime
|
||||
import tools
|
||||
from tools import w_list, run_with_lock
|
||||
from copy import deepcopy
|
||||
|
||||
try:
|
||||
from fuelclient.client import Client
|
||||
except:
|
||||
Client = None
|
||||
|
||||
try:
|
||||
from fuelclient.client import logger
|
||||
logger.handlers = []
|
||||
except:
|
||||
Client = None
|
||||
pass
|
||||
|
||||
|
||||
class Node(object):
|
||||
|
Loading…
Reference in New Issue
Block a user