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

Fix retrieval of device_path from the attach form #464

Merged
merged 1 commit into from
Feb 24, 2017

Conversation

gberginc
Copy link
Contributor

All other form options are retrieved using symbols, but the
device_path was retrieved as a string resulting in nil being passed
to the provider's raw_attach_volume. This patch fixes this allowing
Amazon EBS manager to attach the volume to an instance at a given device
path.

@miq-bot add_label bug

All other form options are retrieved using symbols, but the
`device_path` was retrieved as a string resulting in `nil` being passed
to the provider's `raw_attach_volume`. This patch fixes this allowing
Amazon EBS manager to attach the volume to an instance at a given device
path.

Signed-off-by: Gregor Berginc <[email protected]>
@miq-bot miq-bot added the bug label Feb 23, 2017
@miq-bot
Copy link
Member

miq-bot commented Feb 23, 2017

Checked commit gberginc@cd805d4 with ruby 2.2.6, rubocop 0.47.1, and haml-lint 0.20.0
1 file checked, 0 offenses detected
Everything looks good. 🍰

@mzazrivec mzazrivec added this to the Sprint 55 Ending Feb 27, 2017 milestone Feb 24, 2017
@mzazrivec mzazrivec self-assigned this Feb 24, 2017
@mzazrivec mzazrivec merged commit 22d9be2 into ManageIQ:master Feb 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants