Bug 1537547

Summary: Nuage provider name is always displayed as " Network Manager" on GUI
Product: Red Hat CloudForms Management Engine Reporter: mplesko
Component: ProvidersAssignee: Bronagh Sorota <bsorota>
Status: CLOSED NOTABUG QA Contact: Gregor Berginc <gregor.berginc>
Severity: medium Docs Contact:
Priority: medium    
Version: 5.9.0CC: bsorota, gblomqui, hkataria, jfrey, jhardy, lavenel, mplesko, mpovolny, obarenbo, simaishi, smallamp
Target Milestone: GAKeywords: 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
Description of problem:
When creating Nuage provider I name it "nuage", but then " Network Manager" is displayed instead after saving it.

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1. create new nuage provider with any name
2.

Actual results:
name " Network Manager" is displayed when provider is added

Expected results:
the name that user picked should be displayed

Additional info:

Comment 2 Dave Johnson 2018-01-23 13:44:11 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.

Comment 3 Bronagh Sorota 2018-01-23 14:28:44 UTC
Unpon further thought, I will discuss with Dan C before assigning to the Nuage Providers team.

Comment 5 CFME Bot 2018-01-23 15:03:33 UTC
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(+)