summaryrefslogtreecommitdiffstats
path: root/kilo/kilo/requests/views/hosts.py
diff options
context:
space:
mode:
Diffstat (limited to 'kilo/kilo/requests/views/hosts.py')
-rw-r--r--kilo/kilo/requests/views/hosts.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/kilo/kilo/requests/views/hosts.py b/kilo/kilo/requests/views/hosts.py
index 022c59e9..2a48ac51 100644
--- a/kilo/kilo/requests/views/hosts.py
+++ b/kilo/kilo/requests/views/hosts.py
@@ -28,8 +28,7 @@ logger = logging.getLogger(__name__)
class Hosts(APIView):
service = {'service_type': 'compute',
- 'interface': 'public',
- 'region_name': 'RegionOne'}
+ 'interface': 'public'}
hosts_keys_mapping = [
("host_name", "name"),