Merge "Switch to keystone service_type=orchestration."
This commit is contained in:
commit
a44519774a
@ -200,7 +200,7 @@ class KeystoneStrategy(BaseStrategy):
|
|||||||
logger.warn(msg)
|
logger.warn(msg)
|
||||||
continue
|
continue
|
||||||
|
|
||||||
if service_type == 'heat':
|
if service_type == 'orchestration':
|
||||||
for ep in service['endpoints']:
|
for ep in service['endpoints']:
|
||||||
if region is None or region == ep['region']:
|
if region is None or region == ep['region']:
|
||||||
if endpoint is not None:
|
if endpoint is not None:
|
||||||
|
@ -61,7 +61,7 @@ def decrypt(auth_info):
|
|||||||
return res
|
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
|
""" Authenticate a user context. This authenticates either an
|
||||||
EC2 style key context or a keystone user/pass context.
|
EC2 style key context or a keystone user/pass context.
|
||||||
|
|
||||||
|
@ -39,7 +39,7 @@ echo SERVICE_TOKEN $SERVICE_TOKEN
|
|||||||
# Services
|
# Services
|
||||||
HEAT_SERVICE=$(get_id \
|
HEAT_SERVICE=$(get_id \
|
||||||
keystone service-create --name=heat \
|
keystone service-create --name=heat \
|
||||||
--type=heat \
|
--type=orchestration \
|
||||||
--description="Heat Service")
|
--description="Heat Service")
|
||||||
HEAT_USER=$(get_id keystone user-create --name=heat \
|
HEAT_USER=$(get_id keystone user-create --name=heat \
|
||||||
--pass="$SERVICE_PASSWORD" \
|
--pass="$SERVICE_PASSWORD" \
|
||||||
|
@ -39,7 +39,7 @@ echo SERVICE_TOKEN $SERVICE_TOKEN
|
|||||||
# Services
|
# Services
|
||||||
HEAT_SERVICE=$(get_id \
|
HEAT_SERVICE=$(get_id \
|
||||||
keystone service-create --name=heat \
|
keystone service-create --name=heat \
|
||||||
--type=heat \
|
--type=orchestration \
|
||||||
--description="Heat Service")
|
--description="Heat Service")
|
||||||
HEAT_USER=$(get_id keystone user-create --name=heat \
|
HEAT_USER=$(get_id keystone user-create --name=heat \
|
||||||
--pass="$SERVICE_PASSWORD" \
|
--pass="$SERVICE_PASSWORD" \
|
||||||
|
Loading…
Reference in New Issue
Block a user