Skip to content
Snippets Groups Projects
Commit 03b6aaf3 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "fix deploy nova failed when use kolla_dev_mod"

parents 2ebd6201 40096b48
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
---
fixes:
- |
fix deploy nova failed when use kolla_dev_mod.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment