Bug 1537547
| Summary: | Nuage provider name is always displayed as " Network Manager" on GUI | |||
|---|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | mplesko | |
| Component: | Providers | Assignee: | Bronagh Sorota <bsorota> | |
| Status: | CLOSED NOTABUG | QA Contact: | Gregor Berginc <gregor.berginc> | |
| Severity: | medium | Docs Contact: | ||
| Priority: | medium | |||
| Version: | 5.9.0 | CC: | bsorota, gblomqui, hkataria, jfrey, jhardy, lavenel, mplesko, mpovolny, obarenbo, simaishi, smallamp | |
| Target Milestone: | GA | Keywords: | TestOnly, ZStream | |
| Target Release: | 5.10.0 | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | 5.10.0.0 | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1552334 (view as bug list) | Environment: | ||
| Last Closed: | 2018-08-16 06:20:36 UTC | Type: | Bug | |
| Regression: | --- | Mount Type: | --- | |
| Documentation: | --- | CRM: | ||
| Verified Versions: | Category: | --- | ||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
| Cloudforms Team: | --- | Target Upstream Version: | ||
| Embargoed: | ||||
| Bug Depends On: | ||||
| Bug Blocks: | 1552334 | |||
|
Description
mplesko
2018-01-23 13:40:43 UTC
Please assess the impact of this issue and update the severity accordingly. Please refer to https://bugzilla.redhat.com/page.cgi?id=fields.html#bug_severity for a reminder on each severity's definition. If it's something like a tracker bug where it doesn't matter, please set the severity to Low. Unpon further thought, I will discuss with Dan C before assigning to the Nuage Providers team. New commit detected on ManageIQ/manageiq-providers-nuage/master: https://github.com/ManageIQ/manageiq-providers-nuage/commit/c3dd71a12046757fc03b7d4ffc21d1d3cf310a7e commit c3dd71a12046757fc03b7d4ffc21d1d3cf310a7e Author: sasoc <saso.cvitkovic> AuthorDate: Tue Jan 23 14:51:33 2018 +0100 Commit: sasoc <saso.cvitkovic> CommitDate: Tue Jan 23 15:49:36 2018 +0100 Add name method With this commit we overwrite `name` method for `NetworkManager`, since core's method uses parent's name and Nuage's network provider has no parent. Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1537547 app/models/manageiq/providers/nuage/network_manager.rb | 4 ++++ spec/models/manageiq/providers/nuage/network_manager_spec.rb | 5 +++++ 2 files changed, 9 insertions(+) |