From c1ffc35d5686aa4d87d1eaf79b7e74249c90011c Mon Sep 17 00:00:00 2001 From: Clint Byrum Date: Sat, 5 Oct 2013 10:12:08 -0700 Subject: [PATCH] Update repo for move to openstack namespace .gitreview must be updated to move to the openstack namespace. boto==2.5.1 being in the requirements also prevents that change from merging. There is no usage of the boto library anywhere in tuskar. None of the binaries that boto ships are executed. It is unclear why boto was even added to requirements.txt. Meanwhile we are under stricter global requirements due to being moved into the official openstack namespace, so having boto==2.5.1 listed here causes our gate to fail. Change-Id: Ie54f5418dff31caf8f25c01c252839a56747518c --- .gitreview | 2 +- requirements.txt | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitreview b/.gitreview index 92b6c1cd..88a796b4 100644 --- a/.gitreview +++ b/.gitreview @@ -1,4 +1,4 @@ [gerrit] host=review.openstack.org port=29418 -project=stackforge/tuskar.git +project=openstack/tuskar.git diff --git a/requirements.txt b/requirements.txt index 54f75afc..8e3e31a2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,7 +17,6 @@ oslo.config>=1.1.0 Flask==0.9 pecan>=0.2.0 WSME>=0.5b5 -boto==2.5.1 python-novaclient PyYAML>=3.1.0 python-heatclient