summaryrefslogtreecommitdiffstats
path: root/fuel/deploy/install_fuel_master.py
diff options
context:
space:
mode:
authorSzilard Cserey <szilard.cserey@ericsson.com>2015-09-21 01:36:21 +0200
committerSzilard Cserey <szilard.cserey@ericsson.com>2015-09-21 16:31:15 +0200
commit66f33207837db0d56de608b2a67462576a116737 (patch)
treed07d6d32cd2bd0c2a2ac7559ba7c1dd8f5f34ebc /fuel/deploy/install_fuel_master.py
parent99785f64c5e64d53090bbc19ef0704a796ed26e8 (diff)
Grant access for Fuel VM to external public network
Change-Id: I429d41ea9942321fb4768a5a4d46d0976adbf47d Signed-off-by: Szilard Cserey <szilard.cserey@ericsson.com>
Diffstat (limited to 'fuel/deploy/install_fuel_master.py')
-rw-r--r--fuel/deploy/install_fuel_master.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fuel/deploy/install_fuel_master.py b/fuel/deploy/install_fuel_master.py
index b4e12d4..acacf37 100644
--- a/fuel/deploy/install_fuel_master.py
+++ b/fuel/deploy/install_fuel_master.py
@@ -115,7 +115,7 @@ class InstallFuelMaster(object):
r, e = s.exec_cmd('fuel plugins --install %s' % f, False)
if e and 'does not update installed package' not in r:
raise Exception('Installation of Fuel Plugin %s '
- 'failed' % f)
+ 'failed: %s' % (f, e))
def wait_for_node_up(self):
WAIT_LOOP = 60