Network CRUD actions do not use task queue; they should to enable task tracking and consistent logs.
Addressed with https://github.com/ManageIQ/manageiq/pull/12071
Update: Master's Pull Request has been merged. The 5.7.1 (euwe branch) backport to come next.
New commit detected on ManageIQ/manageiq/euwe: https://github.com/ManageIQ/manageiq/commit/0b86cdd06cbb6d621af697f38e06a7ce0156c850 commit 0b86cdd06cbb6d621af697f38e06a7ce0156c850 Author: Martin Povolny <mpovolny> AuthorDate: Tue Dec 6 14:44:05 2016 +0100 Commit: Tzu-Mainn Chen <tzumainn> CommitDate: Thu Jan 12 03:55:56 2017 +0100 [EUWE] Cloud Network UI: Task queue, validation, buttons and translation https://bugzilla.redhat.com/show_bug.cgi?id=1394281 This is an Euwe-only PR to resolve conflicts with: app/controllers/cloud_network_controller.rb app/models/manageiq/providers/openstack/network_manager.rb This PR is equivalent to https://github.com/ManageIQ/manageiq/pull/12071 on master. app/controllers/cloud_network_controller.rb | 197 ++++++++++----------- .../toolbar/cloud_networks_center.rb | 36 ++-- app/models/cloud_network.rb | 42 +---- app/models/cloud_network/operations.rb | 49 ----- .../providers/openstack/network_manager.rb | 22 +++ .../openstack/network_manager/cloud_network.rb | 96 ++++++---- config/routes.rb | 1 + spec/controllers/cloud_network_controller_spec.rb | 114 ++++++++---- ...shared_examples_for_cloud_network_controller.rb | 2 - 9 files changed, 281 insertions(+), 278 deletions(-) delete mode 100644 app/models/cloud_network/operations.rb
verified on 5.8.0.3