kolla-ansible/ansible/roles/nova/tasks/deploy.yml
wu.chunyang 40096b4868 fix deploy nova failed when use kolla_dev_mod
There's a logic error here, we call nova role from nova.yml file
under ansible folder. we should clone code before run
bootstrap_service task. if not, /opt/stack/nova which is empty
will mount to nova_api container.

Change-Id: Icc54c15080db9c2dc92709480e00b990e5a88662
2020-06-15 01:45:23 +00:00

9 lines
159 B
YAML

---
- include_tasks: register.yml
when: inventory_hostname in groups['nova-api']
- include_tasks: config.yml
- name: Flush handlers
meta: flush_handlers