961e46df6c
This endpoint will serve as a proxy for the openstack/defcore repository. Instead of the UI sending requests to GitHub directly where requests might be impeded due to cross-origin blockage or API rate-limiting, the UI will be able to send requests to the Refstack API in order to get capability data. The requests-cache library is used so as not to keep sending requests to GitHub when likely nothing has changed. With this, Refstack no longer has to worry about mirroring capability files and keeping them updated. GET /v1/capabilities - list all capability files GET /v1/capabilities/2015.03 - get contents of file 2015.03.json Change-Id: I6d327273f191e3339219e35eed8768da35c5bffb
13 lines
185 B
Plaintext
13 lines
185 B
Plaintext
coverage>=3.6
|
|
pep8==1.5.7
|
|
pyflakes==0.8.1
|
|
flake8==2.2.4
|
|
httmock
|
|
mock
|
|
oslotest>=1.2.0 # Apache-2.0
|
|
python-subunit>=0.0.18
|
|
testrepository>=0.0.18
|
|
testtools>=0.9.34
|
|
mysqlclient
|
|
six>=1.7.0
|