Eli Mesika has submitted this change and it was merged.
Change subject: Set default proxy preferences for existing Hosts
......................................................................
Set default proxy preferences for existing Hosts
Currently when upgrading from 3.1 to 3.2 the pm_proxy_preferences value
in vds_static remains empty for installed Hosts.
Only new Hosts will get pm_proxy_preferences = 'cluster,dc' and this
will appear in the Host Edit popup in the Source field when the user can
change the sort of those values.
Actually, installed Hosts will still use the 'cluster,dc' value under
the hoods since this is the default when the Host has no value for
pm_proxy_preferences field.
This patch updates all Hosts that have empty pm_proxy_preferences to set
the pm_proxy_preferences value to 'cluster,dc' such that editing an
installed Host will show those values in the Edit popup Source field.
Change-Id: Ibe41451cf140c17f036e5c1ac95b3402460e7725
Bug-Url:
https://bugzilla.redhat.com/show_bug.cgi?id=1048356
Signed-off-by: Eli Mesika <emesika(a)redhat.com>
---
A packaging/dbscripts/upgrade/03_04_0510_set_proxy_preferences_default.sql
1 file changed, 1 insertion(+), 0 deletions(-)
Approvals:
Eli Mesika: Verified; Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/23430
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ibe41451cf140c17f036e5c1ac95b3402460e7725
Gerrit-PatchSet: 3
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: Ravi Nori <rnori(a)redhat.com>
Gerrit-Reviewer: Yair Zaslavsky <yzaslavs(a)redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server