Merge "fix deploy nova failed when use kolla_dev_mod"

This commit is contained in:
Zuul 2020-06-15 05:03:59 +00:00 committed by Gerrit Code Review
commit 03b6aaf3a7
3 changed files with 7 additions and 3 deletions

View File

@ -46,6 +46,9 @@
- import_tasks: config_bootstrap.yml
- include_tasks: clone.yml
when: nova_dev_mode | bool
- import_tasks: bootstrap_service.yml
- import_tasks: map_cell0.yml

View File

@ -2,9 +2,6 @@
- include_tasks: register.yml
when: inventory_hostname in groups['nova-api']
- include_tasks: clone.yml
when: nova_dev_mode | bool
- include_tasks: config.yml
- name: Flush handlers

View File

@ -0,0 +1,4 @@
---
fixes:
- |
fix deploy nova failed when use kolla_dev_mod.