Skip to content

Commit 232aa39

Browse files
committed
Add options for blazar email config in blazar.conf
1 parent a47a923 commit 232aa39

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

kolla/node_custom_config/blazar.conf

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,18 @@ heartbeat_in_pthread = false
4646
[physical:host]
4747
before_end = email
4848
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 %}
4961
enable_polling_monitor = {{ blazar_physical_polling_monitor}}
5062
enable_polling_monitor_dry_run = {{ blazar_physical_polling_monitor_dry_run }}
5163
retry_allocation_without_defaults = {{ blazar_host_retry_without_default_resources | bool }}

0 commit comments

Comments
 (0)