Bug 1372992
| Summary: | Add Provider->Type "RHEVM" should change to "RHV" | |||
|---|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Ilanit Stein <istein> | |
| Component: | Providers | Assignee: | Boriso <bodnopoz> | |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Jan Zmeskal <jzmeskal> | |
| Severity: | medium | Docs Contact: | ||
| Priority: | high | |||
| Version: | 5.7.0 | CC: | bodnopoz, cpelland, jfrey, jhardy, jzmeskal, mgoldboi, obarenbo, simaishi | |
| Target Milestone: | GA | Keywords: | TestOnly | |
| Target Release: | 5.9.0 | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | rhev | |||
| Fixed In Version: | 5.9.0.1 | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1403358 1441265 (view as bug list) | Environment: | ||
| Last Closed: | 2018-03-06 14:32:40 UTC | Type: | Bug | |
| Regression: | --- | Mount Type: | --- | |
| Documentation: | --- | CRM: | ||
| Verified Versions: | Category: | --- | ||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
| Cloudforms Team: | RHEVM | Target Upstream Version: | ||
| Embargoed: | ||||
| Bug Depends On: | ||||
| Bug Blocks: | 1403358, 1441265 | |||
|
Description
Ilanit Stein
2016-09-04 13:48:58 UTC
New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/7594c8d021e576e373e1fc39e5d50ecb04bfe422 commit 7594c8d021e576e373e1fc39e5d50ecb04bfe422 Author: borod108 <bodnopoz> AuthorDate: Mon Nov 7 15:56:15 2016 +0200 Commit: borod108 <bodnopoz> CommitDate: Sun Dec 4 12:18:57 2016 +0200 Changed Red Hat provider description Changed 'Red Hat Enterprise Virtualization Manager' to 'Red Hat Virtualization Manager' in Red Hat provider description. https://bugzilla.redhat.com/show_bug.cgi?id=1372992 app/helpers/application_helper/discover.rb | 2 +- app/models/manageiq/providers/redhat/infra_manager.rb | 2 +- spec/controllers/ems_infra_controller_spec.rb | 2 +- spec/models/ext_management_system_spec.rb | 2 +- spec/models/manageiq/providers/redhat/infra_manager_spec.rb | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) Should have changed to 'Red Hat Virtualization' and not 'Red Hat Virtualization Manager'. PRs: https://github.com/ManageIQ/manageiq/pull/14703 https://github.com/ManageIQ/manageiq-providers-ovirt/pull/6 https://github.com/ManageIQ/manageiq-ui-classic/pull/973 Verified on: CFME 5.9.0.4 RHV 4.1.7.4 Verification steps: 1) Compute -> Infrastructure -> Providers 2) Configuration -> Add a new infrastructure provider 3) verify that type is "Red Hat Virtualization" |