Skip to content

Commit 6870d56

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Add the ansible_managed header for admin-openrc.sh" into stable/victoria
2 parents 76fcf2f + 5b6af50 commit 6870d56

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ansible/roles/common/templates/admin-openrc.sh.j2

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# {{ ansible_managed }}
2+
13
# Clear any old environment that may conflict.
24
for key in $( set | awk '{FS="="} /^OS_/ {print $1}' ); do unset $key ; done
35
export OS_PROJECT_DOMAIN_NAME=Default

0 commit comments

Comments
 (0)