Use correct conf file variable name in sahara
When the tls-proxy service is enabled then a separate set of ports is used internally vs externally. The services listen on the internal port and a proxy (stud) listen on the "standard" port and forward requests to the internal port. An incorrect environment variable was being used to set the internal port in the sahara configuration so it wasn't listening on the correct port, causing stack.sh to fail because it thought the service wasn't up (at least not on the right port). Change-Id: I3384039392be786d3c189f3e4f84e069ddaf4339 Closes-Bug: #1458984
This commit is contained in:
parent
7b71d376f9
commit
aece9ff9ef
@ -186,7 +186,7 @@ function configure_sahara {
|
|||||||
|
|
||||||
if is_service_enabled tls-proxy; then
|
if is_service_enabled tls-proxy; then
|
||||||
# Set the service port for a proxy to take the original
|
# Set the service port for a proxy to take the original
|
||||||
iniset $SAHARA_CONF DEFAULT port $SAHARA_SERVICE_PORT_INT
|
iniset $SAHARA_CONF_FILE DEFAULT port $SAHARA_SERVICE_PORT_INT
|
||||||
fi
|
fi
|
||||||
|
|
||||||
recreate_database sahara
|
recreate_database sahara
|
||||||
|
Loading…
Reference in New Issue
Block a user