Bug 1437509
| Summary: | containers: table "selectors" under replicators was changed to "Node selectors" | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Dafna Ron <dron> | ||||
| Component: | UI - OPS | Assignee: | Nimrod Shneor <nshneor> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Einat Pacifici <epacific> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 5.8.0 | CC: | hkataria, jhardy, mpovolny, obarenbo, simaishi | ||||
| Target Milestone: | GA | Keywords: | TestOnly | ||||
| Target Release: | 5.9.0 | ||||||
| Hardware: | x86_64 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | container | ||||||
| Fixed In Version: | 5.9.0.1 | Doc Type: | If docs needed, set a value | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | |||||||
| : | 1439287 (view as bug list) | Environment: | |||||
| Last Closed: | 2018-03-06 15:39:02 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | Container Management | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Bug Depends On: | |||||||
| Bug Blocks: | 1439287 | ||||||
| Attachments: |
|
||||||
fix in the following PR: https://github.com/ManageIQ/manageiq-ui-classic/pull/923 |
Created attachment 1267521 [details] screen shots Description of problem: in cfme 5.8 table "selectors" under replicators was changed to "Node selectors" Version-Release number of selected component (if applicable): cfme-5.8.0.8-alpha1.1.el7cf.x86_64 How reproducible: 100% Steps to Reproduce: 1. deploy cfme 5.8 and add it as container provider to cfme 2. log in to cfme and navigate to computes -> containers -> replicators 3. select a replicator 4. in openshift run: oc descrive rc <replicator name> Actual results: in cfme the "selector" table was re-named to "node selectors" in openshift, the selectors are still named selectors Expected results: we should either document the change if it was done based on a request or change it back to selector. Additional info: