diff --git a/lib/nova b/lib/nova index 8aca1a6cec..15f754990b 100644 --- a/lib/nova +++ b/lib/nova @@ -429,9 +429,9 @@ function create_nova_accounts { get_or_create_endpoint \ "compute" \ "$REGION_NAME" \ - "$nova_api_url/v2.1/\$(project_id)s" \ - "$nova_api_url/v2.1/\$(project_id)s" \ - "$nova_api_url/v2.1/\$(project_id)s" + "$nova_api_url/v2.1" \ + "$nova_api_url/v2.1" \ + "$nova_api_url/v2.1" fi if is_service_enabled n-api; then