kolla-ansible/releasenotes/notes/bug-nova-dev-mod-failed-ad4e64f5a5bc2a6a.yaml
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

5 lines
68 B
YAML

---
fixes:
- |
fix deploy nova failed when use kolla_dev_mod.