Eli Mesika has submitted this change and it was merged.
Change subject: core:encrypt vds_static pm_password field on ...
......................................................................
core:encrypt vds_static pm_password field on ...
core:encrypt vds_static pm_password field on upgrade to 3.1
This patch sets the correct configuration values in vdc_options for the
03_00_0420...sql upgrade script.
Since those values are set only in the installer post upgrade step, we
must update them in the DB pre-upgrade step in order to encrypt passwords
successfully.
This patch also removes one of those entries from engine-config tool
because the entry should be read-only.
Change-Id: I5d2cb10f205a90ae0752498a9a3d3f0eda0ec9fb
Signed-off-by: Eli Mesika <emesika(a)redhat.com>
---
M backend/manager/dbscripts/upgrade/pre_upgrade/0000_config.sql
M backend/manager/tools/engine-config/src/main/resources/engine-config.properties
2 files changed, 10 insertions(+), 9 deletions(-)
Approvals:
Eli Mesika: Verified; Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/9648
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I5d2cb10f205a90ae0752498a9a3d3f0eda0ec9fb
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Eli Mesika <emesika(a)redhat.com>
Gerrit-Reviewer: Eli Mesika <emesika(a)redhat.com>
Gerrit-Reviewer: Yair Zaslavsky <yzaslavs(a)redhat.com>