Merge "Ensure clean redis state in devstack env"

This commit is contained in:
Zuul 2022-03-28 11:12:21 +00:00 committed by Gerrit Code Review
commit d62d32e078
1 changed files with 1 additions and 1 deletions

View File

@ -264,7 +264,7 @@ function install_redis {
fi
start_service redis
redis-cli del octavia_jobboard:listings
}
function stop_redis {