Merge "Fix multi-region deployment config_region failure"

This commit is contained in:
Zuul 2018-08-15 14:18:25 +00:00 committed by Gerrit Code Review
commit 4340414bb5
1 changed files with 1 additions and 0 deletions

View File

@ -434,6 +434,7 @@ def validate_region_one_keystone_config(region_config, token, api_url, users,
endpoint[SERVICE_NAME])
service_type = cutils.get_service(region_config, 'REGION_2_SERVICES',
endpoint[SERVICE_TYPE])
service_id = services.get_service_id(service_name, service_type)
expected_public_url = endpoint[PUBLIC_URL].format(public_address)