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:
parent
b96509715d
commit
d118fb6a00
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user