Bug 1370573
Summary: | When trying to save filters in Subnets/Routers/Security groups/Floating IPs/Network ports exception appears | ||
---|---|---|---|
Product: | Red Hat CloudForms Management Engine | Reporter: | Satoe Imaishi <simaishi> |
Component: | UI - OPS | Assignee: | Jozef Zigmund <jzigmund> |
Status: | CLOSED ERRATA | QA Contact: | Matouš Mojžíš <mmojzis> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 5.6.0 | CC: | hkataria, jhardy, mfalesni, mfeifer, mpovolny, obarenbo, simaishi, ssainkar |
Target Milestone: | GA | Keywords: | ZStream |
Target Release: | 5.6.3 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | ui:filter:network | ||
Fixed In Version: | 5.6.3.0 | Doc Type: | Bug Fix |
Doc Text: |
In the previous version of CloudForms, when trying to save filters in Subnets/Routers/Security groups/Floating IPs/Network ports exception appeared. This was caused due to missing routes for network resources.
This update adds missing routes for network resources and the issue has now been resolved.
|
Story Points: | --- |
Clone Of: | 1364089 | Environment: | |
Last Closed: | 2016-11-30 19:53:14 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | CFME Core | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 1364089 | ||
Bug Blocks: |
Comment 2
Jozef Zigmund
2016-08-29 18:06:24 UTC
Still not working in Network Ports. New commit detected on ManageIQ/manageiq/darga: https://github.com/ManageIQ/manageiq/commit/8ad928567fc07fd0f1535eb69800b4e4f4a27ca8 commit 8ad928567fc07fd0f1535eb69800b4e4f4a27ca8 Author: Dan Clarizio <dclarizi> AuthorDate: Thu Oct 20 08:48:37 2016 -1000 Commit: Oleg Barenboim <chessbyte> CommitDate: Thu Nov 3 16:26:34 2016 -0400 Merge pull request #11584 from jzigmund/bz1364089-missing_routes_for_network_ports Added missing routes for Network Ports (cherry picked from commit 93a8790aed5fa3640af90ce3b6eb5a4a65968170) https://bugzilla.redhat.com/show_bug.cgi?id=1370573 config/routes.rb | 2 ++ spec/routing/network_ports_routing_spec.rb | 16 ++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 spec/routing/network_ports_routing_spec.rb Verified in 5.6.3.0. No exceptions and filter was saved correctly. 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-2016-2839.html |