Merge "Change git user for config-download"

This commit is contained in:
Zuul 2022-09-16 10:34:31 +00:00 committed by Gerrit Code Review
commit 499183755d

View File

@ -426,7 +426,7 @@ def snapshot_dir(directory):
repo = git.Repo(directory)
# Configure git user.name and user.email
git_config_user = "mistral"
git_config_user = "tripleo-admin"
git_config_email = git_config_user + '@' + os.uname().nodename.strip()
repo.config_writer().set_value(
"user", "name", git_config_user