summaryrefslogtreecommitdiffstats
path: root/share/newton_base/proxy/dnsaasdelegate.py
diff options
context:
space:
mode:
Diffstat (limited to 'share/newton_base/proxy/dnsaasdelegate.py')
-rw-r--r--share/newton_base/proxy/dnsaasdelegate.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/newton_base/proxy/dnsaasdelegate.py b/share/newton_base/proxy/dnsaasdelegate.py
index 07ba1b51..74806330 100644
--- a/share/newton_base/proxy/dnsaasdelegate.py
+++ b/share/newton_base/proxy/dnsaasdelegate.py
@@ -128,7 +128,7 @@ class DnsaasDelegate(Services):
service = {
'service_type': servicetype,
'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']
}