Skip to content

Commit

Permalink
Add options for blazar email config in blazar.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark-Powers committed Oct 30, 2024
1 parent a47a923 commit 232aa39
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions kolla/node_custom_config/blazar.conf
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,18 @@ heartbeat_in_pthread = false
[physical:host]
before_end = email
email_relay = {{ blazar_email_relay }}
{% if blazar_email_port is defined %}
email_port = {{ blazar_email_port }}
{% endif %}
{% if blazar_email_ssl is defined %}
email_ssl = {{ blazar_email_ssl }}
{% endif %}
{% if blazar_email_user is defined %}
email_user = {{ blazar_email_user }}
{% endif %}
{% if blazar_email_password is defined %}
email_password = {{ blazar_email_password }}
{% endif %}
enable_polling_monitor = {{ blazar_physical_polling_monitor}}
enable_polling_monitor_dry_run = {{ blazar_physical_polling_monitor_dry_run }}
retry_allocation_without_defaults = {{ blazar_host_retry_without_default_resources | bool }}
Expand Down

0 comments on commit 232aa39

Please sign in to comment.