diff --git a/devstack/plugin.sh b/devstack/plugin.sh index 030894100e..44b5ba4763 100755 --- a/devstack/plugin.sh +++ b/devstack/plugin.sh @@ -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 } diff --git a/tox.ini b/tox.ini index 8595630d66..0f4355dfcd 100644 --- a/tox.ini +++ b/tox.ini @@ -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