Browse code

Merge "Remove project_id from nova service urls"

Jenkins authored on 2016/04/07 06:19:12
Showing 1 changed files
... ...
@@ -429,9 +429,9 @@ function create_nova_accounts {
429 429
         get_or_create_endpoint \
430 430
             "compute" \
431 431
             "$REGION_NAME" \
432
-            "$nova_api_url/v2.1/\$(project_id)s" \
433
-            "$nova_api_url/v2.1/\$(project_id)s" \
434
-            "$nova_api_url/v2.1/\$(project_id)s"
432
+            "$nova_api_url/v2.1" \
433
+            "$nova_api_url/v2.1" \
434
+            "$nova_api_url/v2.1"
435 435
     fi
436 436
 
437 437
     if is_service_enabled n-api; then