Ensure the database for cell0 is created
The patch to include the move database creation to the role forgot to create the cell0 database, it's kindof important, so let's do that. Change-Id: I94c75bf3fce277dd888bedabbe65b66a0a628d2a
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
with_items:
|
||||
- "{{ nova_galera_database }}"
|
||||
- "{{ nova_api_galera_database }}"
|
||||
- "{{ nova_cell0_database }}"
|
||||
|
||||
- name: Grant access to DBs for the services
|
||||
mysql_user:
|
||||
|
||||
Reference in New Issue
Block a user