Enable Heat SSL support
The referenced bug in Heat has been fixed, so we can go ahead and register the endpoint for https. Also, this was buggy before anyway. We were registering a non-ssl port with an https prefix. A comparable change will be proposed for os-cloud-config. Change-Id: I490a65f0c64bcf2529a393364447f2cb9318598a
This commit is contained in:
parent
e29dbd127f
commit
a2ae89f4ea
@ -115,9 +115,9 @@ else
|
||||
PUBLIC_HOST=$INTERNAL_HOST
|
||||
fi
|
||||
|
||||
# Skip Heat for now... see heat bug https://launchpad.net/bugs/1235555
|
||||
NORMAL_PORT=8004
|
||||
SSL_PORT=8004
|
||||
SSL_PORT=${SSL:+13004}
|
||||
SSL_PORT=${SSL_PORT:-$NORMAL_PORT}
|
||||
PASSWORD=$HEAT_PASSWORD register-endpoint $DEBUG -r $REGION -d "Heat Service" heat orchestration -i ${INTERNAL_HOST}${NORMAL_PORT} ${PUBLIC_HOST}${SSL_PORT}
|
||||
|
||||
NORMAL_PORT=9696
|
||||
|
Loading…
x
Reference in New Issue
Block a user