Merge "clean up integration test urls"

This commit is contained in:
Jenkins 2015-11-26 17:05:30 +00:00 committed by Gerrit Code Review
commit c55f7480cc

View File

@ -128,9 +128,9 @@ function _aodh_create_accounts {
"alarming" "OpenStack Alarming Service")
get_or_create_endpoint $aodh_service \
"$REGION_NAME" \
"$(aodh_service_url)/" \
"$(aodh_service_url)/" \
"$(aodh_service_url)/"
"$(aodh_service_url)" \
"$(aodh_service_url)" \
"$(aodh_service_url)"
fi
fi
}