Skip to content

Commit 3b6fc94

Browse files
committed
fix missing config declaration for email_smtp_copy_expire_notif_to
1 parent e3fb6d6 commit 3b6fc94

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

os_vm_expire/common/config.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,11 @@
6262
default=None,
6363
help=u._('Email where deletion notifications should be sent,'
6464
' leave empty if no copy is needed')),
65+
cfg.StrOpt('email_smtp_copy_expire_notif_to',
66+
default=None,
67+
help=u._('Email where expiration notifications should be sent,'
68+
' leave empty if no copy is needed')),
69+
6570
]
6671

6772
cleaner_opt_group = cfg.OptGroup(name='cleaner',
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
fixes:
3+
- |
4+
Fix missing declaration of option email_smtp_copy_expire_notif_to

0 commit comments

Comments
 (0)