diff options
Diffstat (limited to 'share/newton_base/proxy/identityV3.py')
-rw-r--r-- | share/newton_base/proxy/identityV3.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/newton_base/proxy/identityV3.py b/share/newton_base/proxy/identityV3.py index 0b51a1dc..7932b8e3 100644 --- a/share/newton_base/proxy/identityV3.py +++ b/share/newton_base/proxy/identityV3.py @@ -195,7 +195,7 @@ class TokensV2(Tokens): v2_catalog1_endpoints = { "id": v3_endpoint['id'], "region":v3_endpoint['region'], - "region_id": v3_endpoint['region_id'], + "region_name": v3_endpoint['region_id'], 'interface':v3_endpoint['interface'] } if v3_endpoint['interface'] == 'public': |