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

Add support snapshot_create to EBS cloud volume #196

Merged
merged 1 commit into from
Mar 23, 2017

Conversation

gberginc
Copy link
Contributor

The support in the backend was already there but the missing supports
prevented UI from showing the corresponding menu item.

This screen shows the menu item for EBS volume

screen shot 2017-03-23 at 17 30 02

@miq-bot add_label bug

The support in the backend was already there but the missing `supports`
prevented UI from showing the corresponding menu item.
@miq-bot miq-bot added the bug label Mar 23, 2017
@Ladas Ladas self-assigned this Mar 23, 2017
@Ladas
Copy link
Contributor

Ladas commented Mar 23, 2017

looks good, will merge when green 👍

@miq-bot
Copy link
Member

miq-bot commented Mar 23, 2017

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

@@ -1,5 +1,6 @@
class ManageIQ::Providers::Amazon::StorageManager::Ebs::CloudVolume < ::CloudVolume
supports :create
supports :snapshot_create
Copy link
Contributor

Choose a reason for hiding this comment

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

@gberginc do we miss the supports also for update and delete?

@Ladas Ladas merged commit 475b0ba into ManageIQ:master Mar 23, 2017
@Ladas Ladas added this to the Sprint 57 Ending Mar 27, 2017 milestone Mar 23, 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