-
Notifications
You must be signed in to change notification settings - Fork 121
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
Refactor redhat_preprovision method for VM Provisioning. #643
Refactor redhat_preprovision method for VM Provisioning. #643
Conversation
Pull Request Test Coverage Report for Build 4414
💛 - Coveralls |
1133c16
to
3aca2f2
Compare
res = "Owner: #{prov_opt[:owner_first_name]} #{prov_opt[:owner_last_name]}\n"\ | ||
"Email: #{prov_opt[:owner_email]}\n"\ | ||
"Source Template: #{template.name}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
res = %Q(
Owner: #{prov_opt[:owner_first_name]} #{prov_opt[:owner_last_name]}
Email: #{prov_opt[:owner_email]}
Source Template: #{template.name}
)
It looks good except minor change. |
3aca2f2
to
ef39009
Compare
Please use |
ef39009
to
3f5aadb
Compare
Checked commits pkomanek/manageiq-content@d5448b4~...3f5aadb with ruby 2.5.7, rubocop 0.69.0, haml-lint 0.28.0, and yamllint |
@tinaafitz look ok? |
Method refactoring and test creation.
This PR is based on the issue below.
ManageIQ/manageiq#12038
@miq-bot add_label refactoring
@miq-bot assign @tinaafitz