40096b4868
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
9 lines
159 B
YAML
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
|