From 7972d9699abd16bd115ff1b440e057131178efd6 Mon Sep 17 00:00:00 2001 From: Szilard Cserey Date: Mon, 21 Sep 2015 01:36:21 +0200 Subject: Grant access for Fuel VM to external public network Change-Id: I429d41ea9942321fb4768a5a4d46d0976adbf47d Signed-off-by: Szilard Cserey --- fuel/deploy/install_fuel_master.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fuel/deploy/install_fuel_master.py') 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 -- cgit 1.2.3-korg