Description of problem: Create new advanced settings flag to enable/disable v2v migration in the Ops UI. Version-Release number of selected component (if applicable): 5.9 Expected results: Enabling flag would expose the Compute -> Migration navigation path in the UI. Missing or disabled flag would not show Compute -> Migration.
https://github.com/ManageIQ/manageiq/pull/17285
Upstream PR: https://github.com/ManageIQ/manageiq/pull/17270
New commit detected on ManageIQ/manageiq/gaprindashvili: https://github.com/ManageIQ/manageiq/commit/3a6d4220e9b8c2f254a3abf1028fe23d2be1e696 commit 3a6d4220e9b8c2f254a3abf1028fe23d2be1e696 Author: Aparna Karve <akarve> AuthorDate: Wed Apr 11 10:21:26 2018 -0400 Commit: Aparna Karve <akarve> CommitDate: Wed Apr 11 10:21:26 2018 -0400 Add `:transformation` under product and set to `false` by default https://bugzilla.redhat.com/show_bug.cgi?id=1565328 config/settings.yml | 1 + 1 file changed, 1 insertion(+)
Fixed! With transformation true/false, we can enable/disable migration UI. Verified on: 5.10.0.4.20180712211305_e6e4542 Thanks!