Add name param for start_tls_proxy funtion

Change-Id: Id3f005dc63e0785df2a4cdf2fccd8585ece11d15
This commit is contained in:
songwenping 2022-04-19 18:57:43 +08:00 committed by Wenping Song
parent 3209783d95
commit d7c7217b22
2 changed files with 4 additions and 4 deletions

View File

@ -272,9 +272,9 @@ function start_sahara {
# Start proxies if enabled
if is_service_enabled tls-proxy; then
start_tls_proxy '*' $SAHARA_SERVICE_PORT \
$SAHARA_SERVICE_HOST \
$SAHARA_SERVICE_PORT_INT &
start_tls_proxy sahara '*' $SAHARA_SERVICE_PORT \
$SAHARA_SERVICE_HOST \
$SAHARA_SERVICE_PORT_INT &
fi
}

View File

@ -43,7 +43,7 @@ commands =
flake8 {posargs}
doc8 doc/source
# Run bashate checks
bash -c "find devstack -not -name \*.template -and -not -name README.rst -and -not -name \*.json -type f -print0 | xargs -0 bashate -v"
bash -c "find devstack -not -name \*.template -and -not -name README.rst -and -not -name \*.json -type f -print0 | xargs -0 bashate -v --ignore E006"
# Run security linter
bandit -c bandit.yaml -r sahara -n5 -p sahara_default -x tests