Hello Ravi Nori,
I'd like you to do a code review. Please visit
http://gerrit.ovirt.org/18261
to review the following change.
Change subject: core: LocalAdminPassword exception after engine restart
......................................................................
core: LocalAdminPassword exception after engine restart
After oVirt host comes up from reboot, we see
javax.crypto.BadPaddingException: Data must start with zero
exception in engine.log:
Change-Id: I3eb388c1cc806bdf190ceea7da222e1aa1843c52
Bug-Url: https://bugzilla.redhat.com/994454
Signed-off-by: Ravi Nori <[email protected]>
---
M packaging/dbscripts/upgrade/pre_upgrade/0000_config.sql
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/61/18261/1
diff --git a/packaging/dbscripts/upgrade/pre_upgrade/0000_config.sql
b/packaging/dbscripts/upgrade/pre_upgrade/0000_config.sql
index c8b692c..3845dfd 100644
--- a/packaging/dbscripts/upgrade/pre_upgrade/0000_config.sql
+++ b/packaging/dbscripts/upgrade/pre_upgrade/0000_config.sql
@@ -577,7 +577,7 @@
select
fn_db_add_config_value('PollUri','AttestationService/resources/PollHosts','general');
select
fn_db_add_config_value('AttestationTruststore','TrustStore.jks','general');
select fn_db_add_config_value('AttestationPort','8443','general');
-select
fn_db_add_config_value('AttestationTruststorePass','password','general');
+select fn_db_add_config_value('AttestationTruststorePass','','general');
select fn_db_add_config_value('AttestationServer','oat-server','general');
select fn_db_add_config_value('AttestationFirstStageSize','10','general');
--
To view, visit http://gerrit.ovirt.org/18261
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I3eb388c1cc806bdf190ceea7da222e1aa1843c52
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: ovirt-engine-3.3
Gerrit-Owner: Alon Bar-Lev <[email protected]>
Gerrit-Reviewer: Ravi Nori <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches