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
|
import tools
|
||||||
from tools import w_list, run_with_lock
|
from tools import w_list, run_with_lock
|
||||||
from copy import deepcopy
|
from copy import deepcopy
|
||||||
|
|
||||||
try:
|
try:
|
||||||
from fuelclient.client import Client
|
from fuelclient.client import Client
|
||||||
|
except:
|
||||||
|
Client = None
|
||||||
|
|
||||||
|
try:
|
||||||
from fuelclient.client import logger
|
from fuelclient.client import logger
|
||||||
logger.handlers = []
|
logger.handlers = []
|
||||||
except:
|
except:
|
||||||
Client = None
|
pass
|
||||||
|
|
||||||
|
|
||||||
class Node(object):
|
class Node(object):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user