Fix genconfig on vagrant
We run tox at the root of the home directory, so we need to pass it the path to the tox.ini file. TrivialFix Change-Id: Ieb52d845b77f556aee5cd194a8ef86561b7849b2
This commit is contained in:
parent
f4d6aaf097
commit
21bade35ba
@ -163,7 +163,7 @@ function configure_operator {
|
||||
setenforce permissive
|
||||
fi
|
||||
|
||||
tox -e genconfig
|
||||
tox -c ${KOLLA_PATH}/tox.ini -e genconfig
|
||||
cp -r ${KOLLA_PATH}/etc/kolla/ /etc/kolla
|
||||
mkdir -p /usr/share/kolla
|
||||
chown -R vagrant: /etc/kolla /usr/share/kolla
|
||||
|
Loading…
Reference in New Issue
Block a user