
Vinzenz Feenstra has submitted this change and it was merged. Change subject: Implement default configuration values ...................................................................... Implement default configuration values When adding new config values to the configuration files, it's possible that due to the installation the configuration files won't get updated, when they are modified by an user/administrator on that given system. By using defaults, we can override this problem and ensure a proper application start, when config values are missing which are mandatory, to the functionality. Change-Id: I5ce9d457e826448aad205ce4abda5dc4b0210804 Signed-off-by: Vinzenz Feenstra <vfeenstr@redhat.com> Bug-Url: https://bugzilla.redhat.com/1100249 --- M Makefile.am A configurations/Makefile.am C configurations/default-logger.conf R configurations/default-logger.ini A configurations/default.conf A configurations/default.ini A configurations/ovirt-guest-agent.conf A configurations/ovirt-guest-agent.ini M configure.ac M ovirt-guest-agent.rhel6.spec M ovirt-guest-agent.spec M ovirt-guest-agent/Makefile.am M ovirt-guest-agent/Makefile.el5 M ovirt-guest-agent/OVirtGuestService.py A ovirt-guest-agent/bytesio.py D ovirt-guest-agent/ovirt-guest-agent.conf M ovirt-guest-agent/ovirt-guest-agent.py M ovirt-guest-agent/win-guest-agent-build-exe.bat 18 files changed, 272 insertions(+), 110 deletions(-) Approvals: Vinzenz Feenstra: Verified; Looks good to me, approved Michal Skrivanek: Looks good to me, but someone else must approve -- To view, visit http://gerrit.ovirt.org/28045 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I5ce9d457e826448aad205ce4abda5dc4b0210804 Gerrit-PatchSet: 13 Gerrit-Project: ovirt-guest-agent Gerrit-Branch: master Gerrit-Owner: Vinzenz Feenstra <vfeenstr@redhat.com> Gerrit-Reviewer: Francesco Romani <fromani@redhat.com> Gerrit-Reviewer: Michal Skrivanek <michal.skrivanek@redhat.com> Gerrit-Reviewer: Vinzenz Feenstra <vfeenstr@redhat.com> Gerrit-Reviewer: automation@ovirt.org Gerrit-Reviewer: oVirt Jenkins CI Server