Change in ovirt-engine[master]: userportal: not passing hostsubject to spice-xpi

Eli Mesika has submitted this change and it was merged. Change subject: userportal: not passing hostsubject to spice-xpi ...................................................................... userportal: not passing hostsubject to spice-xpi The problem was, that the add_object_column_white_list_table.sql was ran as pre-upgrade script, but it tried to fill the object_column_white_list according to the not-yet crated view named 'vds'. Solved by creating also post-upgrade scripts, as a last step of the upgrade process and making the add_object_column_white_list_table.sql to be a post-upgrade script. Change-Id: Ice7c00a158a8778a6cb424be4e9720715a4df283 Signed-off-by: Tomas Jelinek <tjelinek@redhat.com> --- M backend/manager/dbscripts/dbfunctions.sh A backend/manager/dbscripts/upgrade/post_upgrade/add_object_column_white_list_table.sql D backend/manager/dbscripts/upgrade/pre_upgrade/add_object_column_white_list_table.sql 3 files changed, 86 insertions(+), 74 deletions(-) Approvals: Eli Mesika: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/6328 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ice7c00a158a8778a6cb424be4e9720715a4df283 Gerrit-PatchSet: 3 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Tomas Jelinek <tjelinek@redhat.com> Gerrit-Reviewer: Eli Mesika <emesika@redhat.com> Gerrit-Reviewer: Tomas Jelinek <tjelinek@redhat.com>
participants (1)
-
emesika@redhat.com