New commit detected on ManageIQ/manageiq/euwe: https://github.com/ManageIQ/manageiq/commit/d7c468c7c7e6e97ad9500ff7eccbfe5ab79df7f9 commit d7c468c7c7e6e97ad9500ff7eccbfe5ab79df7f9 Author: Martin Hradil <himdel> AuthorDate: Mon Dec 19 13:17:31 2016 +0000 Commit: Satoe Imaishi <simaishi> CommitDate: Tue Jan 10 18:04:07 2017 -0500 Merge pull request #13165 from gildub/network-provisioning-security-groups-ui Security Groups provisioning UI (cherry picked from commit 3c0496194bc1b1c0e5e613634c2c241b8aaf9ff4) https://bugzilla.redhat.com/show_bug.cgi?id=1411519 .../security_group_form_controller.js | 51 +++++ app/controllers/security_group_controller.rb | 249 +++++++++++++++++++++ .../toolbar/security_group_center.rb | 32 +++ .../toolbar/security_groups_center.rb | 38 ++++ .../providers/openstack/network_manager.rb | 1 - .../openstack/network_manager/security_group.rb | 22 +- app/models/security_group.rb | 6 + .../security_group/_common_new_edit.html.haml | 23 ++ app/views/security_group/edit.html.haml | 28 +++ app/views/security_group/new.html.haml | 41 ++++ config/routes.rb | 8 + db/fixtures/miq_product_features.yml | 17 ++ spec/controllers/security_group_controller_spec.rb | 197 ++++++++++++++++ 13 files changed, 706 insertions(+), 7 deletions(-) create mode 100644 app/assets/javascripts/controllers/security_group/security_group_form_controller.js create mode 100644 app/views/security_group/_common_new_edit.html.haml create mode 100644 app/views/security_group/edit.html.haml create mode 100644 app/views/security_group/new.html.haml
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