Skip to content

Commit

Permalink
Merge pull request #16286 from petrblaho/add-vm-snapshot-success-noti…
Browse files Browse the repository at this point in the history
…fication-type

Adds vm_snapshot_success NotificationType
  • Loading branch information
chessbyte authored Oct 24, 2017
2 parents 4eb8b86 + fdd0dde commit 1d9af07
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions db/fixtures/notification_types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,11 @@
:expires_in: 24.hours
:level: :error
:audience: global
- :name: vm_snapshot_success
:message: 'The operation %{snapshot_op} on snapshot of %{subject} completed successfully.'
:expires_in: 24.hours
:level: :warning
:audience: global
- :name: vm_snapshot_failure
:message: 'Failed to %{snapshot_op} snapshot of %{subject}: %{error}'
:expires_in: 24.hours
Expand Down

0 comments on commit 1d9af07

Please sign in to comment.