Skip to content

Commit

Permalink
Fixes #28454 - added disk interface to ovirt vm creation help (#462)
Browse files Browse the repository at this point in the history
yifatmakias authored and shiramax committed Dec 10, 2019
1 parent db80fe1 commit 6064dca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/hammer_cli_foreman/compute_resource/ovirt.rb
Original file line number Diff line number Diff line change
@@ -35,7 +35,8 @@ def volume_attributes
['storage_domain', _('ID or name of storage domain')],
['bootable', _('Boolean, only one volume can be bootable')],
['preallocate', _('Boolean, set %s to preallocate') % 'true'],
['wipe_after_delete', _('Boolean, set %s to wipe disk after delete') % 'true']
['wipe_after_delete', _('Boolean, set %s to wipe disk after delete') % 'true'],
['interface', _('Disk interface name, must be ide, virto or virto_scsi')]
]
end

0 comments on commit 6064dca

Please sign in to comment.