This is consistent with what is implemented in devstack.
Change-Id: If47c28ddbef1d6c61e2d741f359d850e4ecffaa9
Signed-off-by: Zane Bitter <zbitter@redhat.com>
# Services
HEAT_SERVICE=$(get_id \
-keystone service-create --name=heat \
+keystone service-create --name=heat-cfn \
--type=cloudformation \
--description="Heat Service")
HEAT_USER=$(get_id keystone user-create --name=heat \
return res
-def authenticate(con, service_type='cloudformation', service_name='heat'):
+def authenticate(con, service_type='cloudformation', service_name='heat-cfn'):
""" Authenticate a user context. This authenticates either an
EC2 style key context or a keystone user/pass context.