From 45ed0ed9f65cf43ccc0c8d4324a83f95375e80af Mon Sep 17 00:00:00 2001 From: Dan Bode Date: Wed, 27 Feb 2013 16:27:59 -0800 Subject: [PATCH] explicitly set nova db for tempest I just want this seting to be visible. --- manifests/site.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/site.pp b/manifests/site.pp index b6c9e98..ce0d63c 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -349,6 +349,7 @@ node /tempest/ { admin_username => 'admin', admin_password => $::admin_password, admin_tenant_name => 'admin', + nova_db_uri => 'mysql://nova:nova_db_password@127.0.0.1/nova', version_to_test => $::openstack_version, }