Skip to content

Commit

Permalink
v2v: Rephrase ISO driver selection
Browse files Browse the repository at this point in the history
  • Loading branch information
matobet committed Aug 10, 2017
1 parent 7d66b4b commit 1564669
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def main
if provider.iso_datastore.nil?
values_hash[nil] = '-- no ISO datastore for provider --'
else
values_hash[nil] = '-- select drivers ISO from list --'
values_hash[nil] = '-- select image from list --'
provider.iso_datastore.iso_images.pluck(:name).grep(/tools.*setup|virtio-win.*.iso$/i).each do |iso|
values_hash[iso] = iso
end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
expect(ae_service.object['data_type']).to eq(:string)
expect(ae_service.object['required']).to eq(true)

isos = { nil => '-- select drivers ISO from list --' }
isos = { nil => '-- select image from list --' }
%w(
RHEV-toolsSetup_3.5_15.iso
RHEV-toolsSetup_4.0_7.iso
Expand Down

0 comments on commit 1564669

Please sign in to comment.