diff --git a/kolla/node_custom_config/blazar.conf b/kolla/node_custom_config/blazar.conf index a6fed22f..0290ae84 100644 --- a/kolla/node_custom_config/blazar.conf +++ b/kolla/node_custom_config/blazar.conf @@ -47,6 +47,7 @@ heartbeat_in_pthread = false before_end = email email_relay = {{ blazar_email_relay }} enable_polling_monitor = true +dry_polling_monitor = True retry_allocation_without_defaults = {{ blazar_host_retry_without_default_resources | bool }} default_resource_properties = {{ blazar_host_default_resource_properties }} {% endif %} @@ -59,6 +60,7 @@ enable_polling_monitor = true [virtual:floatingip] billrate = {{ blazar_floatingip_billrate }} enable_polling_monitor = true +dry_polling_monitor = True [network] retry_allocation_without_defaults = {{ blazar_network_retry_without_default_resources | bool }}