Bug 1767788

Summary: The UI warning about RSA is deprecated and not true anymore.
Product: Red Hat CloudForms Management Engine Reporter: Satoe Imaishi <simaishi>
Component: V2VAssignee: Mike Turley <mturley>
Status: CLOSED ERRATA QA Contact: Md Nadeem <mnadeem>
Severity: high Docs Contact: Red Hat CloudForms Documentation <cloudforms-docs>
Priority: medium    
Version: 5.11.0CC: bthurber, dmetzger, fdupont, mshriver
Target Milestone: GAKeywords: ZStream
Target Release: 5.11.1Flags: simaishi: cfme-5.11.z+
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: 5.11.1.0 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: 1755897 Environment:
Last Closed: 2019-12-13 00:35:40 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: 1755897    
Bug Blocks:    

Comment 2 CFME Bot 2019-11-01 19:45:16 UTC
New commit detected on ManageIQ/manageiq-v2v/ivanchuk:

https://github.com/ManageIQ/manageiq-v2v/commit/438ae7dd92af1764185cdd0966de17e08cfa2ca1
commit 438ae7dd92af1764185cdd0966de17e08cfa2ca1
Author:     Milan Zázrivec <mzazrivec>
AuthorDate: Wed Oct  2 06:54:28 2019 -0400
Commit:     Milan Zázrivec <mzazrivec>
CommitDate: Wed Oct  2 06:54:28 2019 -0400

    Merge pull request #1041 from mturley/1038-remove-rsa-warning

    [#1038] [BZ#1755897] Remove warnings related to RSA auth and clean up unused code

    (cherry picked from commit c5c5e43d6ec655dedca5b1e24aba195a9008167e)

    Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1767788

 app/javascript/react/screens/App/Mappings/screens/MappingWizard/components/MappingWizardClustersStep/MappingWizardClustersStep.js | 30 +-
 app/javascript/react/screens/App/Mappings/screens/MappingWizard/components/MappingWizardClustersStep/MappingWizardClustersStepActions.js | 21 +-
 app/javascript/react/screens/App/Mappings/screens/MappingWizard/components/MappingWizardClustersStep/MappingWizardClustersStepConstants.js | 10 +-
 app/javascript/react/screens/App/Mappings/screens/MappingWizard/components/MappingWizardClustersStep/MappingWizardClustersStepReducer.js | 21 +-
 app/javascript/react/screens/App/Mappings/screens/MappingWizard/components/MappingWizardClustersStep/__tests__/MappingWizardClusterStepActions.test.js | 30 -
 app/javascript/react/screens/App/Mappings/screens/MappingWizard/components/MappingWizardClustersStep/__tests__/MappingWizardClustersStep.test.js | 19 +-
 app/javascript/react/screens/App/Mappings/screens/MappingWizard/components/MappingWizardClustersStep/__tests__/MappingWizardClustersStepReducers.test.js | 67 +-
 app/javascript/react/screens/App/Mappings/screens/MappingWizard/components/MappingWizardClustersStep/__tests__/__snapshots__/MappingWizardClusterStepActions.test.js.snap | 29 -
 app/javascript/react/screens/App/Mappings/screens/MappingWizard/components/MappingWizardClustersStep/__tests__/__snapshots__/MappingWizardClustersStepReducers.test.js.snap | 20 -
 app/javascript/react/screens/App/Mappings/screens/MappingWizard/components/MappingWizardClustersStep/__tests__/__snapshots__/helpers.test.js.snap | 8 -
 app/javascript/react/screens/App/Mappings/screens/MappingWizard/components/MappingWizardClustersStep/__tests__/__snapshots__/index.test.js.snap | 1 -
 app/javascript/react/screens/App/Mappings/screens/MappingWizard/components/MappingWizardClustersStep/__tests__/helpers.test.js | 19 -
 app/javascript/react/screens/App/Mappings/screens/MappingWizard/components/MappingWizardClustersStep/components/ClustersStepForm/ClustersStepForm.js | 28 +-
 app/javascript/react/screens/App/Mappings/screens/MappingWizard/components/MappingWizardClustersStep/components/ClustersStepForm/__tests__/ClustersStepForm.test.js | 25 +-
 app/javascript/react/screens/App/Mappings/screens/MappingWizard/components/MappingWizardClustersStep/components/ClustersStepForm/__tests__/helpers.test.js | 61 +-
 app/javascript/react/screens/App/Mappings/screens/MappingWizard/components/MappingWizardClustersStep/components/ClustersStepForm/helpers.js | 16 -
 app/javascript/react/screens/App/Mappings/screens/MappingWizard/components/MappingWizardClustersStep/helpers.js | 5 -
 app/javascript/react/screens/App/Overview/OverviewConstants.js | 6 +-
 app/javascript/react/screens/App/Overview/components/Migrations/MigrationsInProgressCard.js | 10 +-
 app/javascript/react/screens/App/Overview/components/Migrations/__test__/MigrationsInProgressCard.test.js | 23 -
 app/javascript/react/screens/App/Overview/components/Migrations/__test__/__snapshots__/MigrationsInProgressCard.test.js.snap | 2 -
 app/javascript/redux/common/providers/__tests__/providersHelpers.test.js | 48 +-
 app/javascript/redux/common/providers/__tests__/providersReducer.test.js | 5 +-
 app/javascript/redux/common/providers/providersHelpers.js | 10 -
 app/javascript/redux/common/providers/providersReducer.js | 7 +-
 25 files changed, 68 insertions(+), 453 deletions(-)

Comment 3 Md Nadeem 2019-11-25 11:04:57 UTC
This BZ verification is Blocked due to BZ #https://bugzilla.redhat.com/show_bug.cgi?id=1769934

Comment 4 Md Nadeem 2019-11-26 13:24:05 UTC
verified in cfme version: 5.11.1.1

Comment 6 errata-xmlrpc 2019-12-13 00:35:40 UTC
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/RHSA-2019:4201