Mentions légales du service

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

Merge "Do not create nova db user if database unchanged"

parents 55396810 67d4fdd2
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,9 @@
database_password: "{{ nova_api_database_password }}"
run_once: True
delegate_to: "{{ groups['nova-api'][0] }}"
when: database.changed or not use_preconfigured_databases | bool
when:
- database.changed
- not use_preconfigured_databases | bool
- include: bootstrap_service.yml
when: database.changed or use_preconfigured_databases | bool
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