--- - include_tasks: bootstrap_xenapi.yml when: - inventory_hostname in groups[nova_cell_compute_group] - nova_compute_virt_type == "xenapi" - include_tasks: clone.yml when: nova_dev_mode | bool - include_tasks: config.yml - include_tasks: config-nova-fake.yml when: - enable_nova_fake | bool - inventory_hostname in groups[nova_cell_compute_group] - name: Flush handlers meta: flush_handlers - include_tasks: discover_computes.yml when: inventory_hostname in groups[nova_cell_conductor_group]