Merge "Multi-Regions Support"

This commit is contained in:
Jenkins 2017-02-14 16:47:17 +00:00 committed by Gerrit Code Review
commit 2a03b895d5
1 changed files with 2 additions and 1 deletions

View File

@ -72,7 +72,8 @@ def main():
for _endpoint in cloud.keystone_client.endpoints.list():
if _endpoint.service_id == service.id and \
_endpoint.interface == interface:
_endpoint.interface == interface and \
_endpoint.region == endpoint_region:
endpoint = _endpoint
if endpoint.url != url:
changed = True