heat had it's api split into two binaries (cfn & cloudwatch)
- Rename heat-api to heat-api-cfn
- Add heat-api-cloudwatch
- Also removed unused heat-engine-paste.ini file.
- Fix the path to the conf dir (etc/heat not etc/)
Change-Id: I9b2c7c5cd7052d5eb6d730833c65812c2f8a0ee1
Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
diff --git a/files/keystone_data.sh b/files/keystone_data.sh
index 3791917..e0d5c63 100755
--- a/files/keystone_data.sh
+++ b/files/keystone_data.sh
@@ -171,10 +171,10 @@
--description="Heat Service")
keystone endpoint-create \
--region RegionOne \
- --service_id $HEAT_SERVICE \
- --publicurl "http://$SERVICE_HOST:$HEAT_API_PORT/v1" \
- --adminurl "http://$SERVICE_HOST:$HEAT_API_PORT/v1" \
- --internalurl "http://$SERVICE_HOST:$HEAT_API_PORT/v1"
+ --service_id $HEAT_CFN_SERVICE \
+ --publicurl "http://$SERVICE_HOST:$HEAT_API_CFN_PORT/v1" \
+ --adminurl "http://$SERVICE_HOST:$HEAT_API_CFN_PORT/v1" \
+ --internalurl "http://$SERVICE_HOST:$HEAT_API_CFN_PORT/v1"
fi
fi