-
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
Add openstack infra provider event blacklist #14369
Add openstack infra provider event blacklist #14369
Conversation
Checked commit tzumainn@dc9110d with ruby 2.2.6, rubocop 0.47.1, and haml-lint 0.20.0 |
@@ -64,6 +64,12 @@ def self.description | |||
@description ||= "OpenStack Platform Director".freeze | |||
end | |||
|
|||
def self.default_blacklisted_event_names |
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.
@lfu weren't we capturing blacklisted events elsewhere?
We used to have a list of filtered event types. But, I don't know how that's done now.
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.
@blomquisg It used to be in config/event_handling.tmpl.yml
. But this PR has moved them into DB.
Each provider model needs to maintain a list of the filtered events in default_blacklisted_event_names
.
…klisted-events Add openstack infra provider event blacklist (cherry picked from commit 09eecb5) https://bugzilla.redhat.com/show_bug.cgi?id=1436237
Euwe backport details:
|
https://bugzilla.redhat.com/show_bug.cgi?id=1422996