a376a02e2e
When ranger-agent is deployed in kubernetes, the configuration becomes uneditable without editing secrets and restarting the pod. This patchset will add configuration to the database so that values can be overriden as needed to serve development needs. This includes such needs as altering logging level and changing the ranger site which ranger-agent points at. Change-Id: Id8b9f16668914e3c071639359d33aba0eee076c2
20 lines
536 B
Plaintext
20 lines
536 B
Plaintext
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
# process, which may cause wedges in the gate later.
|
|
|
|
amqp>=2.5.2
|
|
hacking>=0.12.0,!=0.13.0,<0.14 # Apache-2.0
|
|
bandit>=1.5.1
|
|
coverage>=4.0
|
|
python-subunit>=0.0.18
|
|
sphinx>>=1.2.1,!=1.3b1,<1.4 # BSD
|
|
oslosphinx>=4.7.0 # Apache-2.0
|
|
oslotest>=1.10.0 # Apache-2.0
|
|
testscenarios>=0.4
|
|
stestr>=1.0.0 # Apache-2.0
|
|
testtools>=1.4.0
|
|
mock>=2.0
|
|
discover
|
|
mox3>=0.27.0
|
|
reno>=1.8.0 # Apache-2.0
|