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:
Mohammed Naser 2018-06-20 14:34:32 -04:00
parent f523524dd7
commit 9d558a5922

View File

@ -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: