This is to match the service type configured in devstack heat.
logger.warn(msg)
continue
- if service_type == 'heat':
+ if service_type == 'orchestration':
for ep in service['endpoints']:
if region is None or region == ep['region']:
if endpoint is not None:
return res
-def authenticate(con, service_type='heat', service_name='heat'):
+def authenticate(con, service_type='orchestration', service_name='heat'):
""" Authenticate a user context. This authenticates either an
EC2 style key context or a keystone user/pass context.
# Services
HEAT_SERVICE=$(get_id \
keystone service-create --name=heat \
- --type=heat \
+ --type=orchestration \
--description="Heat Service")
HEAT_USER=$(get_id keystone user-create --name=heat \
--pass="$SERVICE_PASSWORD" \
# Services
HEAT_SERVICE=$(get_id \
keystone service-create --name=heat \
- --type=heat \
+ --type=orchestration \
--description="Heat Service")
HEAT_USER=$(get_id keystone user-create --name=heat \
--pass="$SERVICE_PASSWORD" \