Bug 1487098
| Summary: | [RFE] Support Security Group CRUD in OpenStack | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Loic Avenel <lavenel> | ||||||
| Component: | Providers | Assignee: | Gilles Dubreuil <gdubreui> | ||||||
| Status: | CLOSED ERRATA | QA Contact: | Ido Ovadia <iovadia> | ||||||
| Severity: | high | Docs Contact: | |||||||
| Priority: | high | ||||||||
| Version: | 5.8.0 | CC: | dajohnso, gblomqui, iovadia, jfrey, jhardy, obarenbo, simaishi | ||||||
| Target Milestone: | MVP | Keywords: | FutureFeature, RFE, TestBlocker | ||||||
| Target Release: | 5.9.0 | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | 5.9.0.10 | Doc Type: | If docs needed, set a value | ||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2018-03-01 13:16:22 UTC | Type: | Bug | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | Feature | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | Openstack | Target Upstream Version: | |||||||
| Embargoed: | |||||||||
| Attachments: |
|
||||||||
|
Description
Loic Avenel
2017-08-31 09:11:32 UTC
This is about security group management, right? (In reply to Tzu-Mainn Chen from comment #2) > This is about security group management, right? yes, corrected the title The main patch is: https://github.com/ManageIQ/manageiq-ui-classic/pull/1011 The bigger dependency is with the Javascript re-factor using "vm = this" instead of "$scope": https://github.com/ManageIQ/manageiq-ui-classic/pull/1448 Also the required factory for unit tests: https://github.com/ManageIQ/manageiq/pull/15114 And finally the remote security group id fixes: https://github.com/ManageIQ/manageiq-providers-openstack/pull/46 https://github.com/ManageIQ/manageiq-providers-openstack/pull/39 Failed QA
=========
CFME 5.9.0.8
Steps to Reproduce:
===================
1. Create A security group
2. Select the security group
3. Click: Configuration --> Edit this Security Group
4. Create Firewall Rules:
IP Range:0.0.0.0/0
Port: 22
End: Port
Actual results:
===============
Can't select 'Direction', Network Protocol', 'Host Protocol' - Screenshot enclosed
Therefore adding rule fail - Screenshot enclosed
Created attachment 1351581 [details]
No protocol to choose
Created attachment 1351582 [details]
Fail to create a rule
Changes to UI has broken the dropdown boxes, please see https://bugzilla.redhat.com/show_bug.cgi?id=1507915 https://github.com/ManageIQ/manageiq-ui-classic/pull/2543 has been back ported. Verified ======== 5.9.0.14 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://access.redhat.com/errata/RHSA-2018:0380 |