Douglas Schilling Landgraf has submitted this change and it was merged.
Change subject: engine_page: catch exception from vdscli.connect()
......................................................................
engine_page: catch exception from vdscli.connect()
After the node installation and before the registration
there are no .pem files in /etc/pki/vdsm/certs so
vdscli.connect() will raise an exception when users
login as admin to TUI access. This patch catches and log
the exception.
Change-Id: I5a0333837a3aec2364362728951b1623b46065a0
Bug-Url:
https://bugzilla.redhat.com/show_bug.cgi?id=1100226
Signed-off-by: Douglas Schilling Landgraf <dougsland(a)redhat.com>
---
M src/engine_page.py
1 file changed, 5 insertions(+), 0 deletions(-)
Approvals:
Fabian Deutsch: Looks good to me, but someone else must approve
Douglas Schilling Landgraf: Verified; Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/28043
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I5a0333837a3aec2364362728951b1623b46065a0
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node-plugin-vdsm
Gerrit-Branch: master
Gerrit-Owner: Douglas Schilling Landgraf <dougsland(a)redhat.com>
Gerrit-Reviewer: Dan Kenigsberg <danken(a)redhat.com>
Gerrit-Reviewer: Douglas Schilling Landgraf <dougsland(a)redhat.com>
Gerrit-Reviewer: Fabian Deutsch <fabiand(a)fedoraproject.org>
Gerrit-Reviewer: automation(a)ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server