Disable git owner check for zun

The new git owner check [1] broke zun installation process.
We add an exception to skip the check.

[1] 8959555cee

Change-Id: I5dd1e4057722ddece259c70985b77a3dd1dfd48b
This commit is contained in:
Hongbin Lu 2022-12-09 08:52:52 +00:00 committed by hongbin
parent 7bddd4f42c
commit 8244086d1f
2 changed files with 2 additions and 0 deletions

View File

@ -75,6 +75,7 @@ Install and configure components
# cd /var/lib/zun
# git clone https://opendev.org/openstack/zun.git
# chown -R zun:zun zun
# git config --global --add safe.directory /var/lib/zun/zun
# cd zun
# pip3 install -r requirements.txt
# python3 setup.py install

View File

@ -186,6 +186,7 @@ Install and configure components
# cd /var/lib/zun
# git clone https://opendev.org/openstack/zun.git
# chown -R zun:zun zun
# git config --global --add safe.directory /var/lib/zun/zun
# cd zun
# pip3 install -r requirements.txt
# python3 setup.py install