-
Notifications
You must be signed in to change notification settings - Fork 898
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
Remove resources from service #14581
Remove resources from service #14581
Conversation
Checked commit jntullo@3f4a286 with ruby 2.2.6, rubocop 0.47.1, and haml-lint 0.20.0 |
Thanks @jntullo for this enhancement, this LGTM!! 😍 will merge when 🍏 |
@abellotti @gmcculloug @jntullo |
Checking with @jonnyfiveiq to confirm if we can include in the fine release. |
@gmcculloug SUI does need this for Fine. |
@chriskacerguis Is there a bug, issue or story we can link this to? |
@gmcculloug sure (sorry for not including it). Here's the PT that needs it: https://www.pivotaltracker.com/story/show/142775095 |
😕 I am not sure how these two things are related. The pivotal story is for "Retire now" and this PR is for removing resources, like VMs, from a service. |
@gmcculloug the "retire now" is exactly that; we need to remove a resource (such as a VM) from a service. |
Remove resources from service (cherry picked from commit 88669e4)
Fine backport details:
|
This API enhancement allows for the removal of resources from a service as a follow up to the add resources enhancement.
Remove resources can be done from the collection:
or from the resource:
cc: @mkanoor
@miq-bot add_label enhancement, api
@miq-bot assign @abellotti