Merge "fix deploy nova failed when use kolla_dev_mod"
This commit is contained in:
commit
03b6aaf3a7
@ -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
|
||||
|
@ -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
|
||||
|
@ -0,0 +1,4 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
fix deploy nova failed when use kolla_dev_mod.
|
Loading…
Reference in New Issue
Block a user