Force reinstalling kingbird package
Change-Id: Ide167f6898226a41817b6b93240070211d52468d Closes-Bug: #1607326
This commit is contained in:
parent
5220d2bc92
commit
9d517255c4
@ -116,7 +116,7 @@ fi
|
|||||||
git clone https://github.com/openstack/kingbird.git && cd kingbird/
|
git clone https://github.com/openstack/kingbird.git && cd kingbird/
|
||||||
|
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
pip install .
|
pip install --force-reinstall -U .
|
||||||
|
|
||||||
mkdir -p /etc/kingbird/
|
mkdir -p /etc/kingbird/
|
||||||
oslo-config-generator --config-file tools/config-generator.conf --output-file ${KINGBIRD_CONF_FILE}
|
oslo-config-generator --config-file tools/config-generator.conf --output-file ${KINGBIRD_CONF_FILE}
|
||||||
|
Loading…
Reference in New Issue
Block a user