-
Notifications
You must be signed in to change notification settings - Fork 143
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
[WIP] Refactor Cloud Template import image for COS sources #1223
base: master
Are you sure you want to change the base?
[WIP] Refactor Cloud Template import image for COS sources #1223
Conversation
Refactor the parameter validation and implicit auth checks via 'resource_search' calls to allow for both Cloud Manager templates (existing functionality) and Storage Manager object storage objects (newly added functionality). After validation the 'data' still gets passed directly to the import_image_queue class method of the destination provider.
56099e3
to
686b593
Compare
Checked commit jaywcarman@686b593 with ruby 2.6.10, rubocop 1.28.2, haml-lint 0.35.0, and yamllint |
This pull request has been automatically marked as stale because it has not been updated for at least 3 months. If these changes are still valid, please remove the Thank you for all your contributions! More information about the ManageIQ triage process can be found in the triage process documentation. |
This pull request has been automatically marked as stale because it has not been updated for at least 3 months. If these changes are still valid, please remove the |
3 similar comments
This pull request has been automatically marked as stale because it has not been updated for at least 3 months. If these changes are still valid, please remove the |
This pull request has been automatically marked as stale because it has not been updated for at least 3 months. If these changes are still valid, please remove the |
This pull request has been automatically marked as stale because it has not been updated for at least 3 months. If these changes are still valid, please remove the |
Depends on:
Add API to get list of COS objects #1221
I originally included these changes in Add API to get list of COS objects #1221 but decided each change should have separate and focused discussions.
I'll rebase these changes onto Add API to get list of COS objects #1221 before taking out of WIP and merging.
Related to: