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:
parent
7bddd4f42c
commit
8244086d1f
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user