Merge "Run nova_db_post_setup from playbook directly"

This commit is contained in:
Zuul 2023-10-16 22:45:48 +00:00 committed by Gerrit Code Review
commit 32867052d7
1 changed files with 0 additions and 13 deletions

View File

@ -339,16 +339,3 @@
compute_host_to_wait_for: "{{ ansible_facts['nodename'] }}"
tags:
- nova-config
# We have to delegate this back to the conductor
# because the compute hosts do not have access to
# the database connection string and therefore
# cannot run nova-manage.
- name: Importing nova_db_post_setup tasks
import_tasks: nova_db_post_setup.yml
delegate_to: "{{ nova_conductor_setup_host }}"
run_once: true
when:
- "nova_services['nova-compute']['group'] in group_names"
tags:
- nova-config