summaryrefslogtreecommitdiffstats
path: root/fuel/deploy/dha_adapters/hp_adapter.py
diff options
context:
space:
mode:
authorSzilard Cserey <szilard.cserey@ericsson.com>2015-10-20 14:18:37 +0200
committerSzilard Cserey <szilard.cserey@ericsson.com>2015-10-27 16:25:32 +0100
commit143022408c26f3c6a5f5c1eaf0dce8061242675a (patch)
tree9eebf1775609553b38b1d2fcbd384bdd5a4309d7 /fuel/deploy/dha_adapters/hp_adapter.py
parentad790a995855219ce876880f00ad59a8ffa2b2d9 (diff)
Plugin config + bugfix + refactoring
ignoring external repo errors during plugin installation refactoring import common Install only those plugins which have a yaml config file located under plugins folder collect puppet errors from all nodes Change-Id: I8d5248cf31c4877a6d59bfcfe62b43daf4ad43ef Signed-off-by: Szilard Cserey <szilard.cserey@ericsson.com>
Diffstat (limited to 'fuel/deploy/dha_adapters/hp_adapter.py')
-rw-r--r--fuel/deploy/dha_adapters/hp_adapter.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/fuel/deploy/dha_adapters/hp_adapter.py b/fuel/deploy/dha_adapters/hp_adapter.py
index 51f55f32b..13bb3491a 100644
--- a/fuel/deploy/dha_adapters/hp_adapter.py
+++ b/fuel/deploy/dha_adapters/hp_adapter.py
@@ -8,11 +8,12 @@
###############################################################################
-import common
from ipmi_adapter import IpmiAdapter
from ssh_client import SSHClient
-log = common.log
+from common import (
+ log,
+)
DEV = {'pxe': 'bootsource5',
'disk': 'bootsource3',