From ac7ea5700a12dbf71bd945c620c007088c533be8 Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Wed, 23 Sep 2015 13:25:57 +0200 Subject: [PATCH] faafo repository moved from stackforge to openstack namespace Change-Id: I683683b4eddedcec133f409d53b4e351f5b3563d --- contrib/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/install.sh b/contrib/install.sh index 1bd7cf0..070bec0 100755 --- a/contrib/install.sh +++ b/contrib/install.sh @@ -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