Fix the variable used for the service_id of the heat endpoint
Change-Id: I0c8190713722e3bcef19e94629d4f0d4fbfaa8fa
This commit is contained in:
parent
7903b795dd
commit
36cf7ee141
@ -165,7 +165,7 @@ if [[ "$ENABLED_SERVICES" =~ "heat" ]]; then
|
|||||||
--user_id $HEAT_USER \
|
--user_id $HEAT_USER \
|
||||||
--role_id $ADMIN_ROLE
|
--role_id $ADMIN_ROLE
|
||||||
if [[ "$KEYSTONE_CATALOG_BACKEND" = 'sql' ]]; then
|
if [[ "$KEYSTONE_CATALOG_BACKEND" = 'sql' ]]; then
|
||||||
HEAT_SERVICE=$(get_id keystone service-create \
|
HEAT_CFN_SERVICE=$(get_id keystone service-create \
|
||||||
--name=heat \
|
--name=heat \
|
||||||
--type=orchestration \
|
--type=orchestration \
|
||||||
--description="Heat Service")
|
--description="Heat Service")
|
||||||
|
Loading…
Reference in New Issue
Block a user