summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDevin Carlen <devin.carlen@gmail.com>2011-12-29 20:13:20 -0800
committertermie <github@anarkystic.com>2012-01-03 11:38:28 -0800
commit2fb294f6804cb7105dd985bf53fda55ac8817dae (patch)
treef3dd9c56e5517148521f171cbb4cec86d64a5387
parentf2a9c51af0d4c5f38663ac425b551e47d1c8f3dd (diff)
downloadkeystone-2fb294f6804cb7105dd985bf53fda55ac8817dae.tar.gz
keystone-2fb294f6804cb7105dd985bf53fda55ac8817dae.tar.xz
keystone-2fb294f6804cb7105dd985bf53fda55ac8817dae.zip
All tests but create_tenant pass
-rw-r--r--keystonelight/keystone_compat.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/keystonelight/keystone_compat.py b/keystonelight/keystone_compat.py
index 5a617414..a24c1752 100644
--- a/keystonelight/keystone_compat.py
+++ b/keystonelight/keystone_compat.py
@@ -99,6 +99,10 @@ class KeystoneServiceRouter(wsgi.Router):
action='authenticate_ec2',
conditions=dict(methods=['POST']))
+<<<<<<< HEAD
+=======
+ # Tenant Operations
+>>>>>>> All tests but create_tenant pass
tenant_controller = KeystoneTenantController(self.options)
mapper.connect('/tenants',
controller=tenant_controller,
@@ -349,7 +353,7 @@ class KeystoneTenantController(service.BaseApplication):
self.policy_api = policy.Manager(options)
self.token_api = token.Manager(options)
- def get_tenants_for_token(self, context):
+ def get_tenants_for_token(self, context, **kw):
"""Get valid tenants for token based on token used to authenticate.
Pulls the token from the context, validates it and gets the valid