diff --git a/lib/nova b/lib/nova index 1b3d08651b..9449cfa98d 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