Add the ansible_managed header for admin-openrc.sh
This change inform us that the file is 'Ansible managed' TrivialFix Change-Id: I99ebeb493ff9c3c7af0010ce1efea45c7f9a2559 Signed-off-by: Maksim Malchuk <maksim.malchuk@gmail.com>
This commit is contained in:
parent
bb56861cc5
commit
4d6a79d217
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user