From 9d558a5922465b50d7fd924d23a0ef8e78e75bcd Mon Sep 17 00:00:00 2001 From: Mohammed Naser Date: Wed, 20 Jun 2018 14:34:32 -0400 Subject: [PATCH] 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 --- tasks/nova_db_setup.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/nova_db_setup.yml b/tasks/nova_db_setup.yml index 5cf966ba..f1f8f5b8 100644 --- a/tasks/nova_db_setup.yml +++ b/tasks/nova_db_setup.yml @@ -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: