summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJesse Andrews <anotherjesse@gmail.com>2011-12-21 16:17:23 -0800
committerJesse Andrews <anotherjesse@gmail.com>2011-12-21 16:17:23 -0800
commita0d06696974361b367e2599df037a868cfe079f9 (patch)
tree90642859491e2b0cc4d55e3011d8d20f46f836d0 /tests
parentb42859fe7305e39ae49e72b628af4c0c6bc530ef (diff)
downloadkeystone-a0d06696974361b367e2599df037a868cfe079f9.tar.gz
keystone-a0d06696974361b367e2599df037a868cfe079f9.tar.xz
keystone-a0d06696974361b367e2599df037a868cfe079f9.zip
novaclient uses password instead of apikey
Diffstat (limited to 'tests')
-rw-r--r--tests/test_novaclient_compat.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_novaclient_compat.py b/tests/test_novaclient_compat.py
index 854a978f..7b3b2767 100644
--- a/tests/test_novaclient_compat.py
+++ b/tests/test_novaclient_compat.py
@@ -71,7 +71,7 @@ class NovaClientCompatMasterTestCase(CompatTestCase):
# keystoneclient
conn = base_client.HTTPClient(auth_url="http://localhost:%s/v2.0/" % port,
user='FOO',
- apikey='foo',
+ password='foo',
projectid='BAR',
region_name='RegionOne')
client = ks_client.Client(conn)