Merge "Remove project_id from nova service urls"
This commit is contained in:
commit
449ab10989
6
lib/nova
6
lib/nova
@ -429,9 +429,9 @@ function create_nova_accounts {
|
|||||||
get_or_create_endpoint \
|
get_or_create_endpoint \
|
||||||
"compute" \
|
"compute" \
|
||||||
"$REGION_NAME" \
|
"$REGION_NAME" \
|
||||||
"$nova_api_url/v2.1/\$(project_id)s" \
|
"$nova_api_url/v2.1" \
|
||||||
"$nova_api_url/v2.1/\$(project_id)s" \
|
"$nova_api_url/v2.1" \
|
||||||
"$nova_api_url/v2.1/\$(project_id)s"
|
"$nova_api_url/v2.1"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if is_service_enabled n-api; then
|
if is_service_enabled n-api; then
|
||||||
|
Loading…
Reference in New Issue
Block a user