Bug 1702019
| Summary: | Should only be able to create conversion hosts for supported providers | ||
|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Satoe Imaishi <simaishi> |
| Component: | V2V | Assignee: | Fabien Dupont <fdupont> |
| Status: | CLOSED ERRATA | QA Contact: | Yadnyawalk Tale <ytale> |
| Severity: | high | Docs Contact: | Red Hat CloudForms Documentation <cloudforms-docs> |
| Priority: | high | ||
| Version: | 5.10.2 | CC: | bthurber, dmetzger, mshriver, sshveta |
| Target Milestone: | GA | Keywords: | ZStream |
| Target Release: | 5.10.4 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| URL: | https://github.com/ManageIQ/manageiq/pull/18232 | ||
| Whiteboard: | |||
| Fixed In Version: | 5.10.4.1 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1695810 | Environment: | |
| Last Closed: | 2019-05-21 05:46:54 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | V2V | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 1695810 | ||
| Bug Blocks: | |||
|
Comment 2
CFME Bot
2019-04-24 19:45:35 UTC
New commit detected on ManageIQ/manageiq/hammer: https://github.com/ManageIQ/manageiq/commit/958ec645785de184730c21a209f2f68cd1fd6981 commit 958ec645785de184730c21a209f2f68cd1fd6981 Author: Adam Grare <agrare> AuthorDate: Mon Nov 26 14:26:22 2018 -0500 Commit: Adam Grare <agrare> CommitDate: Mon Nov 26 14:26:22 2018 -0500 Merge pull request #18232 from djberg96/supports_conversion_host Add conversion_host option to the SupportsFeatureMixin module (cherry picked from commit c9d1e4d6d7e1b52a8bf19687918e844d924909ec) https://bugzilla.redhat.com/show_bug.cgi?id=1702019 app/models/mixins/supports_feature_mixin.rb | 1 + 1 file changed, 1 insertion(+) Getting message "message": "unsupported resource_type ManageIQ::Providers::Vmware::InfraManager::Host", message": "unsupported resource_type ManageIQ::Providers::Azure::CloudManager::Vm" When tried to create conversion host for unsupported providers. Verified in 5.10.4.1.20190430152139_40a1d86 Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2019:1247 |