diff options
Diffstat (limited to 'pike')
-rw-r--r-- | pike/pike/resource/views/capacity.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pike/pike/resource/views/capacity.py b/pike/pike/resource/views/capacity.py index 7f7b9dd2..c3bdc943 100644 --- a/pike/pike/resource/views/capacity.py +++ b/pike/pike/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']} |