From 8593608e88f8721714f3e73aa24fde155fc4cb98 Mon Sep 17 00:00:00 2001 From: Jimmy McCrory Date: Tue, 30 Aug 2016 10:56:54 -0700 Subject: [PATCH] Include creation of nova-api database Add task to test-install-nova playbook to create the nova-api database. Change-Id: I9cbd5cb953fd906225c7907bf65e4a89908ca658 --- test-install-nova.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test-install-nova.yml b/test-install-nova.yml index 0ce62a15..6af1decd 100644 --- a/test-install-nova.yml +++ b/test-install-nova.yml @@ -43,6 +43,10 @@ db_name: "{{ nova_galera_database }}" db_password: "{{ nova_container_mysql_password }}" host_name: groups['nova_all'][0] + - include: create-grant-db.yml + db_name: "{{ nova_api_galera_database }}" + db_password: "{{ nova_container_mysql_password }}" + host_name: groups['nova_all'][0] roles: - role: "{{ nova_rolename | default('os_nova') }}" vars_files: