summaryrefslogtreecommitdiffstats
path: root/fuel/deploy/install_fuel_master.py
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2015-09-21 19:05:21 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2015-09-21 19:05:21 +0000
commit7de7172ad88dd968de5c911b6858c0660c5b747b (patch)
treee5e5c1a4d2846b4621a501d8120d2a8b207896e1 /fuel/deploy/install_fuel_master.py
parent3f42e219d2b2e531a9aa9722ee795cb3a686a017 (diff)
parent7972d9699abd16bd115ff1b440e057131178efd6 (diff)
Merge "Grant access for Fuel VM to external public network" into stable/arno
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