summaryrefslogtreecommitdiff
path: root/openstack_dashboard/test/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'openstack_dashboard/test/settings.py')
-rw-r--r--openstack_dashboard/test/settings.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/openstack_dashboard/test/settings.py b/openstack_dashboard/test/settings.py
index 3878d9d4..796a5234 100644
--- a/openstack_dashboard/test/settings.py
+++ b/openstack_dashboard/test/settings.py
@@ -126,3 +126,10 @@ NOSE_ARGS = ['--nocapture',
# FIXME: this will eventually be unneeded when the parameter is removed
# from local settings and api/tuskar.py
TUSKAR_ENDPOINT_URL = "http://127.0.0.1:6385"
+NOVA_BAREMETAL_CREDS = {
+ 'user': 'admin',
+ 'password': 'admin_password_here',
+ 'tenant': 'admin',
+ 'auth_url': 'http://localhost:5001/v2.0/',
+ 'bypass_url': 'http://localhost:9774/v2/692567cd99f84f5d8f26ec23ff0ba460'
+}