summaryrefslogtreecommitdiffstats
path: root/newton/newton/resource/views/capacity.py
diff options
context:
space:
mode:
Diffstat (limited to 'newton/newton/resource/views/capacity.py')
-rw-r--r--newton/newton/resource/views/capacity.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/newton/newton/resource/views/capacity.py b/newton/newton/resource/views/capacity.py
index c9d465e2..66d68b56 100644
--- a/newton/newton/resource/views/capacity.py
+++ b/newton/newton/resource/views/capacity.py
@@ -54,7 +54,7 @@ class CapacityCheck(APIView):
interface = 'public'
service = {'service_type': 'compute',
'interface': interface,
- 'region_id': vim['openstack_region_id']
+ 'region_name': vim['openstack_region_id']
if vim.get('openstack_region_id')
else vim['cloud_region_id']
}