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

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
Reference in New Issue
openstack/openstack-ansible-os_nova
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.