From 00dbe9ff0f429b34ea8342d235f999e2817ad26c Mon Sep 17 00:00:00 2001 From: Dan Bode Date: Fri, 22 Feb 2013 10:35:23 -0800 Subject: [PATCH] update folsom conf template Running the non-smoke tests revealed that there were credentials not being set for nova-admin. This commit sets these credentials to be the existing keystone credentials. --- templates/tempest.folsom.conf.erb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/tempest.folsom.conf.erb b/templates/tempest.folsom.conf.erb index d91372f4..a8467cfd 100644 --- a/templates/tempest.folsom.conf.erb +++ b/templates/tempest.folsom.conf.erb @@ -158,11 +158,11 @@ tenant_name = demo # the admin-only parts of the Compute API # This should be the username of a user WITH administrative privileges -username = admin +username = <%= admin_username %> # The above administrative user's password -password = pass +password = <%= admin_password %> # The above administrative user's tenant name -tenant_name = admin +tenant_name = <%= admin_tenant_name %> [network] # This section contains configuration options used when executing tests