Merge "Add the ansible_managed header for admin-openrc.sh"

This commit is contained in:
Zuul 2021-06-17 08:43:10 +00:00 committed by Gerrit Code Review
commit 6363fa4553

@ -1,3 +1,5 @@
# {{ ansible_managed }}
# Clear any old environment that may conflict.
for key in $( set | awk '{FS="="} /^OS_/ {print $1}' ); do unset $key ; done
export OS_PROJECT_DOMAIN_NAME=Default