File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,18 @@ heartbeat_in_pthread = false
46
46
[physical:host]
47
47
before_end = email
48
48
email_relay = {{ blazar_email_relay }}
49
+ {% if blazar_email_port is defined %}
50
+ email_port = {{ blazar_email_port }}
51
+ {% endif %}
52
+ {% if blazar_email_ssl is defined %}
53
+ email_ssl = {{ blazar_email_ssl }}
54
+ {% endif %}
55
+ {% if blazar_email_user is defined %}
56
+ email_user = {{ blazar_email_user }}
57
+ {% endif %}
58
+ {% if blazar_email_password is defined %}
59
+ email_password = {{ blazar_email_password }}
60
+ {% endif %}
49
61
enable_polling_monitor = {{ blazar_physical_polling_monitor}}
50
62
enable_polling_monitor_dry_run = {{ blazar_physical_polling_monitor_dry_run }}
51
63
retry_allocation_without_defaults = {{ blazar_host_retry_without_default_resources | bool }}
You can’t perform that action at this time.
0 commit comments