faafo repository moved from stackforge to openstack namespace

Change-Id: I683683b4eddedcec133f409d53b4e351f5b3563d
This commit is contained in:
Christian Berendt 2015-09-23 13:25:57 +02:00
parent 37b3d026b8
commit ac7ea5700a
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ if [[ -e /etc/os-release ]]; then
exit 1
fi
git clone https://git.openstack.org/stackforge/faafo
git clone https://git.openstack.org/openstack/faafo
cd faafo
sudo pip install -r requirements.txt
sudo python setup.py install