Oved Ourfali has submitted this change and it was merged.
Change subject: tools : engine-config is over writing the previous values
......................................................................
tools : engine-config is over writing the previous values
'engine-config -s' is over writing the existing values
with the new ones from command line.
A new option to merge the new values provided with the
values in the database has been added.
'engine-config -m' or 'engine-config --merge'
This concatenates the new value with the exisiting value
in the database.
Change-Id: I5c70539f47c509e3b8c23b1aa3de41bead36c1b4
Bug-Url:
https://bugzilla.redhat.com/1069768
Signed-off-by: Ravi Nori <rnori(a)redhat.com>
---
M
backend/manager/tools/src/main/java/org/ovirt/engine/core/config/EngineConfigCLIParser.java
M backend/manager/tools/src/main/java/org/ovirt/engine/core/config/EngineConfigLogic.java
M
backend/manager/tools/src/main/java/org/ovirt/engine/core/config/validation/ConfigActionType.java
M packaging/etc/engine-config/engine-config.properties
4 files changed, 83 insertions(+), 15 deletions(-)
Approvals:
Eli Mesika: Looks good to me, approved
Ravi Nori: Verified
--
To view, visit
http://gerrit.ovirt.org/26499
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I5c70539f47c509e3b8c23b1aa3de41bead36c1b4
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: ovirt-engine-3.4
Gerrit-Owner: Ravi Nori <rnori(a)redhat.com>
Gerrit-Reviewer: Eli Mesika <emesika(a)redhat.com>
Gerrit-Reviewer: Oved Ourfali <oourfali(a)redhat.com>
Gerrit-Reviewer: Ravi Nori <rnori(a)redhat.com>
Gerrit-Reviewer: automation(a)ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server