New commit detected on ManageIQ/manageiq/euwe: https://github.com/ManageIQ/manageiq/commit/fc719649568c5b0fadc90479c88f00625decb886 commit fc719649568c5b0fadc90479c88f00625decb886 Author: Martin Hradil <himdel> AuthorDate: Wed Dec 21 14:56:01 2016 +0000 Commit: Satoe Imaishi <simaishi> CommitDate: Fri Jan 13 14:15:56 2017 -0500 Merge pull request #12097 from gildub/network-provisioning-floating-ips-ui Floating IPs provisioning UI (cherry picked from commit 57b0a61fa1d9529582056123b68c47d7707a26ca) https://bugzilla.redhat.com/show_bug.cgi?id=1410588 .../floating_ip/floating_ip_form_controller.js | 57 +++++ app/controllers/floating_ip_controller.rb | 251 +++++++++++++++++++++ .../toolbar/floating_ip_center.rb | 66 ++++-- .../toolbar/floating_ips_center.rb | 81 +++++-- app/models/floating_ip.rb | 7 + .../providers/openstack/network_manager.rb | 1 - .../openstack/network_manager/floating_ip.rb | 21 +- app/views/floating_ip/edit.haml | 25 ++ app/views/floating_ip/new.html.haml | 87 +++++++ config/routes.rb | 14 +- db/fixtures/miq_product_features.yml | 17 ++ spec/controllers/floating_ip_controller_spec.rb | 199 ++++++++++++++++ 12 files changed, 785 insertions(+), 41 deletions(-) create mode 100644 app/assets/javascripts/controllers/floating_ip/floating_ip_form_controller.js create mode 100644 app/views/floating_ip/edit.haml create mode 100644 app/views/floating_ip/new.html.haml
New commit detected on ManageIQ/manageiq/euwe: https://github.com/ManageIQ/manageiq/commit/979afe91aede69fadc2f005e33324e454a799dda commit 979afe91aede69fadc2f005e33324e454a799dda Author: Martin Povolny <mpovolny> AuthorDate: Thu Jan 19 09:17:16 2017 +0100 Commit: Satoe Imaishi <simaishi> CommitDate: Thu Jan 19 09:49:49 2017 -0500 Merge pull request #192 from gildub/openstack_floating_ip_wait_for_task_route Floating IPs: Adds missing route for wait_for_task (cherry picked from commit 050b7a65893b31eccef073909a6389407063bd3e) https://bugzilla.redhat.com/show_bug.cgi?id=1410588 config/routes.rb | 1 + 1 file changed, 1 insertion(+)
verifed on 5.7.1.0
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHSA-2017-0320.html