summaryrefslogtreecommitdiffstats
path: root/kilo/kilo/requests/views/tenants.py
diff options
context:
space:
mode:
Diffstat (limited to 'kilo/kilo/requests/views/tenants.py')
-rw-r--r--kilo/kilo/requests/views/tenants.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/kilo/kilo/requests/views/tenants.py b/kilo/kilo/requests/views/tenants.py
index 31b17a0b..bdf33320 100644
--- a/kilo/kilo/requests/views/tenants.py
+++ b/kilo/kilo/requests/views/tenants.py
@@ -29,8 +29,7 @@ DEBUG=True
class Tenants(APIView):
service = {'service_type': 'identity',
- 'interface': 'public',
- 'region_name': 'RegionOne'}
+ 'interface': 'public'}
keys_mapping = [
("projects", "tenants"),
]