Sandro Bonazzola has submitted this change and it was merged.
Change subject: Fix typo and use default cert
......................................................................
Fix typo and use default cert
This script has a typo that prevents successful execution. In
addition, the usage section describes defaulting to a default
certificate, but that logic does not exist in the script. The script
is updated to:
* Change ENIGNE to ENGINE
* Handle the default cert
* Exit if default cert does not exist and no cert specified
* Exit if specified cert does not exist
Change-Id: I4b04c74ccc62664ead27339566e540bdd717eb71
Bug-Url:
https://bugzilla.redhat.com/1082506
Signed-off-by: James W. Mills <jamills(a)redhat.com>
Signed-off-by: Eli Mesika <emesika(a)redhat.com>
---
M packaging/dbscripts/encryptionvalidator.sh
1 file changed, 4 insertions(+), 3 deletions(-)
Approvals:
Alon Bar-Lev: Looks good to me, but someone else must approve
Sandro Bonazzola: Verified; Looks good to me, approved
Eli Mesika: Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/26236
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I4b04c74ccc62664ead27339566e540bdd717eb71
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-engine
Gerrit-Branch: ovirt-engine-3.3
Gerrit-Owner: Eli Mesika <emesika(a)redhat.com>
Gerrit-Reviewer: Alon Bar-Lev <alonbl(a)redhat.com>
Gerrit-Reviewer: Eli Mesika <emesika(a)redhat.com>
Gerrit-Reviewer: James W. Mills <jamills(a)redhat.com>
Gerrit-Reviewer: Sandro Bonazzola <sbonazzo(a)redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server