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:
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.
https://github.com/ManageIQ/manageiq-providers-nuage/pull/62
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(+)