Merge "stack.sh: Clear OpenStack related envvars"

This commit is contained in:
Zuul 2019-04-12 21:14:28 +00:00 committed by Gerrit Code Review
commit 53ee5230c6
1 changed files with 3 additions and 0 deletions

View File

@ -60,6 +60,9 @@ unset LANGUAGE
LC_ALL=en_US.utf8
export LC_ALL
# Clear all OpenStack related envvars
unset `env | grep -E '^OS_' | cut -d = -f 1`
# Make sure umask is sane
umask 022