
Currently, only admin user can consume the billing REST API which means tenant user can't monitor/audit their usage/cost via API. This patch opens the API by making the project id as optional for admin user and getting the project id from context for non-admin user. Change-Id: I497348dfae882892826ec8bcd2303195e4fe2b31
16 lines
449 B
Plaintext
16 lines
449 B
Plaintext
hacking>=0.12.0,!=0.13.0,<0.14 # Apache-2.0
|
|
coverage>=4.0,!=4.4 # Apache-2.0
|
|
fixtures>=3.0.0 # Apache-2.0/BSD
|
|
oslosphinx>=4.7.0 # Apache-2.0
|
|
oslotest>=1.10.0 # Apache-2.0
|
|
pylint==1.4.5 # GPLv2
|
|
sphinx>=1.1.2,!=1.2.0,<1.3
|
|
sphinxcontrib-httpdomain
|
|
sqlalchemy-migrate>=0.11.0 # Apache-2.0
|
|
testrepository>=0.0.18 # Apache-2.0/BSD
|
|
testscenarios>=0.4 # Apache-2.0/BSD
|
|
testtools>=1.4.0 # MIT
|
|
WebTest>=2.0 # MIT
|
|
mock>=2.0 # BSD
|
|
Flask>=0.10,!=0.11,<1.0 # BSD
|