Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions kolla/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@ blazar_network_retry_without_default_resources: no
blazar_floatingip_reservation_network_regex: "[pP]ublic"
blazar_host_url_format: "https://chameleoncloud.org/hardware/node/sites/{{ chameleon_site_name }}/clusters/chameleon/nodes/{hypervisor_hostname}/"
blazar_physical_polling_monitor: true
blazar_physical_polling_monitor_dry_run: true
blazar_physical_polling_monitor_dry_run: false
blazar_fip_polling_monitor: true
blazar_fip_polling_monitor_dry_run: true
blazar_fip_polling_monitor_dry_run: false
blazar_network_polling_monitor: true
blazar_network_polling_monitor_dry_run: true
blazar_network_polling_monitor_dry_run: false

# enable to use https://github.com/ChameleonCloud/nova/pull/9
# workaround for https://bugs.launchpad.net/nova/+bug/1542491
Expand Down
Loading