-
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 the Eventcatcher from CinderManager #14962
Remove the Eventcatcher from CinderManager #14962
Conversation
@roliveri Please review. |
@@ -2,8 +2,6 @@ | |||
# | |||
|
|||
class ManageIQ::Providers::StorageManager::CinderManager < ManageIQ::Providers::StorageManager | |||
require_nested :EventCatcher | |||
require_nested :EventParser | |||
require_nested :RefreshParser | |||
require_nested :RefreshWorker | |||
require_nested :Refresher |
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.
@hsong-rh - shouldn't the event_monitor_class at the end of this file be removed as well? (as well as the one from the swift_manager.rb - not sure why I added that)
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.
Yes, changed to remove it.
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.
See Jerry's comment. Otherwise, I'm fine with this change.
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.
Echoing @blomquisg comment echoing @jerryk55 comment.
@hsong-rh bump |
This pull request is not mergeable. Please rebase and repush. |
d5a3b74
to
dfbd06b
Compare
@roliveri @blomquisg Made the change according to Jerry's comments. Please review again, thanks. |
This pull request is not mergeable. Please rebase and repush. |
dfbd06b
to
772bdc2
Compare
Checked commit hsong-rh@772bdc2 with ruby 2.2.6, rubocop 0.47.1, and haml-lint 0.20.0 |
Fixes BZ: https://bugzilla.redhat.com/show_bug.cgi?id=1661957 Cinder Event Catcher was removed in ManageIQ/manageiq#14962
There is no specific events need to be catch for cinder storage manager. Remove it from CinderManager and event catcher list.
BZ: https://bugzilla.redhat.com/show_bug.cgi?id=1465395
#14961