Browse code

switch over heat to using $(project_id) in service catalog

This removes one more place where we reference tenant_id

Change-Id: I721269c3397bd5e5d9cea5faf3fc691f296a517b

Sean Dague authored on 2016/04/04 22:10:44
Showing 1 changed files
... ...
@@ -391,9 +391,9 @@ function create_heat_accounts {
391 391
         get_or_create_endpoint \
392 392
             "orchestration" \
393 393
             "$REGION_NAME" \
394
-            "$SERVICE_PROTOCOL://$HEAT_API_HOST:$HEAT_API_PORT/v1/\$(tenant_id)s" \
395
-            "$SERVICE_PROTOCOL://$HEAT_API_HOST:$HEAT_API_PORT/v1/\$(tenant_id)s" \
396
-            "$SERVICE_PROTOCOL://$HEAT_API_HOST:$HEAT_API_PORT/v1/\$(tenant_id)s"
394
+            "$SERVICE_PROTOCOL://$HEAT_API_HOST:$HEAT_API_PORT/v1/\$(project_id)s" \
395
+            "$SERVICE_PROTOCOL://$HEAT_API_HOST:$HEAT_API_PORT/v1/\$(project_id)s" \
396
+            "$SERVICE_PROTOCOL://$HEAT_API_HOST:$HEAT_API_PORT/v1/\$(project_id)s"
397 397
 
398 398
         get_or_create_service "heat-cfn" "cloudformation" "Heat CloudFormation Service"
399 399
         get_or_create_endpoint \