Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #28454 - added disk interface to ovirt vm creation help #462

Merged
merged 1 commit into from
Dec 10, 2019

Conversation

yifatmakias
Copy link
Contributor

No description provided.

@@ -35,7 +35,8 @@ def volume_attributes
['storage_domain', _('ID 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'],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AFAIK there could be only three types of disk interfaces, so please let the user know all his possibilities.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, fixed it, see if it is ok now :)

@shiramax shiramax merged commit 6064dca into theforeman:master Dec 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants