Merge "Do not create nova db user if database unchanged"
This commit is contained in:
commit
b60468f06e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user