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
This commit is contained in:
parent
ee8443c885
commit
c1ffc35d56
@ -1,4 +1,4 @@
|
||||
[gerrit]
|
||||
host=review.openstack.org
|
||||
port=29418
|
||||
project=stackforge/tuskar.git
|
||||
project=openstack/tuskar.git
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user