-
Notifications
You must be signed in to change notification settings - Fork 141
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 for /api/orchestration_stacks #196
Add support for /api/orchestration_stacks #196
Conversation
This pull request is not mergeable. Please rebase and repush. |
This pull request is not mergeable. Please rebase and repush. |
- Add new collection - GETs and queries - supports custom_actions
Checked commits jntullo/manageiq-api@7a0a8a6~...f4828e9 with ruby 2.3.3, rubocop 0.47.1, haml-lint 0.20.0, and yamllint 1.10.0 |
LGTM!! The only thing needed is the followup PR to properly support subresource action identifiers and update the api.yml here and spec accordingly. Thanks. |
@abellotti @simaishi we might need this backported to G to solve https://bugzilla.redhat.com/show_bug.cgi?id=1614059 |
…n_stacks Add support for /api/orchestration_stacks (cherry picked from commit 9aeaebd) https://bugzilla.redhat.com/show_bug.cgi?id=1614059
Backported to Gaprindashvili via #453 |
As per earlier discussion, added in
orchestration_stacks
collection to work with custom actions. cc: @gmcculloug@miq-bot add_label enhancement
@miq-bot assign @abellotti