clean up integration test urls

the endpoints for aodh, ceilometer and gnocchi end with trailing
slash. because of that, our tests are calling <endpoint>//<path>.
this works but is technically incorrect. this patch cleans it up.

Change-Id: Ieed46c38fff4e7ea86f0f5eeab105c70b6249003
This commit is contained in:
gordon chung 2015-11-25 15:52:45 -05:00
parent b96509715d
commit d118fb6a00
1 changed files with 3 additions and 3 deletions

View File

@ -170,9 +170,9 @@ function _ceilometer_create_accounts {
get_or_create_service "ceilometer" "metering" "OpenStack Telemetry Service"
get_or_create_endpoint "metering" \
"$REGION_NAME" \
"$(ceilometer_service_url)/" \
"$(ceilometer_service_url)/" \
"$(ceilometer_service_url)/"
"$(ceilometer_service_url)" \
"$(ceilometer_service_url)" \
"$(ceilometer_service_url)"
fi
if is_service_enabled swift; then
# Ceilometer needs ResellerAdmin role to access Swift account stats.