summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTzu-Mainn Chen <tzumainn@redhat.com>2013-07-26 11:28:26 -0400
committerTomas Sedovic <tomas@sedovic.cz>2013-08-01 16:18:57 +0200
commitd3a38bf44c042c04ab1b939710f48a8deb7f323e (patch)
tree56f760a17863a6fb1c3ad930b2894674fa8bbe3f
parentd9c89f8641dc70ac430795e775bd8f6d5861e247 (diff)
downloadtuskar-ui-d3a38bf44c042c04ab1b939710f48a8deb7f323e.tar.gz
add NOVA_BAREMETAL_CREDS to test settings
Change-Id: I7301045d1cf7ee21be0730c47879bf769f777253
-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'
+}