Fix cell enrollment wait conditional
Cast nova_discover_hosts_in_cells_interval to integer before checking to see that it is < 1. Change-Id: I94b18590f2e7c21a192da685aa8d9873d6eb8768
This commit is contained in:
1 changed files with 1 additions and 1 deletions
@@ -89,7 +89,7 @@
when:
- "{{ 'nova_compute' in group_names }}"
- "{{ nova_service_restart | default(dict(changed=False)) | changed }}"
- "{{ nova_discover_hosts_in_cells_interval < 1 }}"
- "{{ nova_discover_hosts_in_cells_interval | int < 1 }}"
tags:
- nova-config
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.