-
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
Add delete notification types for Tenant #17011
Conversation
This pull request is not mergeable. Please rebase and repush. |
db/fixtures/notification_types.yml
Outdated
@@ -254,6 +254,16 @@ | |||
:expires_in: 24.hours | |||
:level: :error | |||
:audience: global | |||
- :name: cloud_tenant_delete_success | |||
:message: 'Deleting Cloud Tenant %{subject} completed successfully' |
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.
I'd recommend adding a "." at the end of this line so that the punctuation matches other messages, but otherwise LGTM.
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.
Ok, fixed
a310875
to
0a12f0a
Compare
Checked commits andyvesel/manageiq@0a12f0a~...6712abd with ruby 2.3.3, rubocop 0.52.0, haml-lint 0.20.0, and yamllint 1.10.0 |
@mansam could you review? |
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
@agrare could you review? |
Added notification types
cloud_tenant_delete_success
andcloud_tenant_delete_success
Related PR: ManageIQ/manageiq-providers-openstack#231
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1448683