-
Notifications
You must be signed in to change notification settings - Fork 897
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
Use handled_list to get Cinder backups for all accessible tenants #17157
Use handled_list to get Cinder backups for all accessible tenants #17157
Conversation
This pull request is not mergeable. Please rebase and repush. |
4af9698
to
6007dcd
Compare
Checked commit mansam@6007dcd with ruby 2.3.3, rubocop 0.52.1, haml-lint 0.20.0, and yamllint 1.10.0 |
Was rebased by Sam and looks good to me 👍 @miq-bot rm_label unmergeable |
Can someone review and merge this as it relates to a blocker issue. |
@miq-bot add_label blocker |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@mansam Can this be |
@simaishi Yes. Once the gaprindashvili version of this is merged, I'll create a new pull request on the openstack provider repo with updated VCRs that will need to be merged to go with it. |
@miq-bot add_label gaprindashvili/yes |
…enants Use handled_list to get Cinder backups for all accessible tenants (cherry picked from commit f10ac92) Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1566563
Gaprindashvili backport details:
|
The Cinder refresh parser should use
handled_list
to collect backups so that they are collected for all accessible tenants and not just the ones that the default tenant sees. This brings backups into line with the way that volumes and snapshots are collected.This should fix https://bugzilla.redhat.com/show_bug.cgi?id=1552129