Bug 1744949

Summary: Remove .py extension from calls to virt-v2v-wrapper
Product: Red Hat CloudForms Management Engine Reporter: Fabien Dupont <fdupont>
Component: V2VAssignee: Fabien Dupont <fdupont>
Status: CLOSED EOL QA Contact: Sudhir Mallamprabhakara <smallamp>
Severity: medium Docs Contact: Red Hat CloudForms Documentation <cloudforms-docs>
Priority: medium    
Version: 5.11.0CC: bthurber, tgolembi
Target Milestone: GAKeywords: TestOnly, ZStream
Target Release: 5.12.0Flags: mfeifer: mirror+
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of:
: 1767548 (view as bug list) Environment:
Last Closed: 2020-03-25 18:03:15 UTC Type: Bug
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:    
Bug Blocks: 1767548    

Description Fabien Dupont 2019-08-23 10:39:32 UTC
Description of problem:

Over time, virt-v2v-wrapper has evolved and will continue to evolve. To prepare for that, it has been renamed from virt-v2v-wrapper.py to virt-v2v-wrapper. The name with .py extension still exist for backward compatibility, but it might be removed later. It would then be better if CloudForms use the file name without the .py extension.

Comment 2 Fabien Dupont 2019-08-23 10:42:50 UTC
https://github.com/ManageIQ/manageiq/pull/19194

Comment 3 Fabien Dupont 2019-08-23 12:26:40 UTC
The test is that it still works with this change.