Skip to content

Commit

Permalink
fix missing config declaration for email_smtp_copy_expire_notif_to
Browse files Browse the repository at this point in the history
  • Loading branch information
osallou committed Feb 18, 2019
1 parent e3fb6d6 commit 3b6fc94
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions os_vm_expire/common/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@
default=None,
help=u._('Email where deletion notifications should be sent,'
' leave empty if no copy is needed')),
cfg.StrOpt('email_smtp_copy_expire_notif_to',
default=None,
help=u._('Email where expiration notifications should be sent,'
' leave empty if no copy is needed')),

]

cleaner_opt_group = cfg.OptGroup(name='cleaner',
Expand Down
4 changes: 4 additions & 0 deletions releasenotes/notes/fix_missing_opt-b3e29e4e3f21dc9b.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
fixes:
- |
Fix missing declaration of option email_smtp_copy_expire_notif_to

0 comments on commit 3b6fc94

Please sign in to comment.