Skip to content
This repository has been archived by the owner on Apr 7, 2022. It is now read-only.

Commit

Permalink
Update set_conversion_host_api function
Browse files Browse the repository at this point in the history
  • Loading branch information
nachandr committed Mar 5, 2020
1 parent 69f53cd commit 89065dc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion cfme/fixtures/v2v_fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,11 @@ def get_conversion_data(appliance, target_provider):

def set_conversion_host_api(
appliance, transformation_method, source_provider, target_provider):
"""Setting conversion host for RHV and OSP provider via REST"""
"""
Setting conversion host for RHV and OSP provider via REST
Note: Support for using VM as UCI conversion hosts was added for RHV in 5.11.4.
"""
vmware_ssh_private_key = None
vmware_vddk_package_url = None

Expand Down

0 comments on commit 89065dc

Please sign in to comment.