Trivial restoration of endpoint URI updates

This commit is contained in:
James Page 2018-05-17 08:23:08 +01:00
parent b8735cc343
commit 733db81f94
1 changed files with 3 additions and 0 deletions

View File

@ -290,6 +290,9 @@ def update_product_streams_service(ksc, services, region):
"product-streams endpoint: {}".format(e))
raise
for endpoint_type in ['publicURL', 'internalURL']:
catalog[endpoint_type] += "/{}".format(SWIFT_DATA_DIR)
# Update the relation to keystone to update the catalog URLs
update_endpoint_urls(region, catalog['publicURL'],
catalog['adminURL'],