Skip to content

Commit

Permalink
Merge pull request ManageIQ#169 from matobet/master
Browse files Browse the repository at this point in the history
v2v: Rephrase ISO driver selection
  • Loading branch information
gmcculloug authored Aug 10, 2017
2 parents 0d7ed5c + 1564669 commit 3ecab13
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 3ecab13

Please sign in to comment.