Hide Forgot
Created attachment 1160639 [details] screenshot Description of problem: New cluster migration policies were introduced on ovirt-4.0 beta. The plan was to include the option to override the policy in vm level - under 'host' sub tab in new/edit vm menu. The option is not there. Version-Release number of selected component (if applicable): ovirt-engine-4.0.0-0.7.master.el7ev.noarch How reproducible: always Steps to Reproduce: 1. set cluster migration policy (to whatever you like) 2. create/edit a vm in the cluster, look for migration policy option Actual results: no migration policy option exists in vm. Expected results: Policy is changeable from this menu
It is a regression introduced by Ia95e6aba555e09d36643b091a9428b6edf366495 "userportal,webadmin: tab dialog scroll". @Alex, could you please have a look? The migrationPolicyEditor, overrideMigrationPolicyEditorWithDetachable etc have disappeared from the dialog.
Of course, can you show me what it should look like? I tried to make 100% sure I didn't mangle anything but obviously I did. I am happy to add stuff I broke back, but I am not sure what I broke.
this section has disappeared: <g:FlowPanel addStyleNames="{style.migrationFieldsPanel}"> <ge:EntityModelDetachableWidget ui:field="overrideMigrationPolicyEditorWithDetachable" addStyleNames="{style.overrideMigrationFields} avmpw_overrideMigrationFields_pfly_fix" contentWidgetContainerStyle="{style.overrideMigrationFieldsContentEditor}" /> <l:EnableableFormLabel ui:field="overrideMigrationPolicyLabel" text="{constants.overrideMigrationPolicyLabel}" addStyleNames="{style.migrationFieldsLabel} avmpw_migrationFieldsLabel_pfly_fix" /> d:InfoIcon ui:field="migrationPolicyInfoIcon" addStyleNames="{style.migrationFieldsInfoIcon} avmpw_infoIcon_pfly_fix" /> <e:ListModelListBoxOnlyEditor ui:field="migrationPolicyEditor" addStyleNames="{style.migrationFields}" /> </g:FlowPanel> and the migrationPolicyInfoIcon has been placed to the overrideMigrationDowntimeLabel (instead of the migrationDowntimeInfoIcon)
Added the appropriate fields back in. Sorry for the mistake.
np, thank you for the quick response
Verified with ovirt-engine-4.0.0.2-0.1.el7ev.noarch, option exists on both UI and API.
oVirt 4.0.0 has been released, closing current release.