Fix missing requests-aws

It is required to pull metrics from RadosGW.

Change-Id: I8785d3f90636aa918101bd108652bac698eef1ce
This commit is contained in:
Takashi Kajinami 2024-11-27 00:14:49 +09:00
parent 60803e710e
commit 7d199f5751
2 changed files with 1 additions and 1 deletions

View File

@ -36,3 +36,4 @@ oslo.cache>=1.26.0 # Apache-2.0
gnocchiclient>=7.0.0 # Apache-2.0
python-zaqarclient>=1.3.0 # Apache-2.0
prometheus_client>=0.20.0 # Apache-2.0
requests-aws>=0.1.4 # BSD License (3 clause)

View File

@ -4,6 +4,5 @@ oslo.messaging[kafka]>=8.0.0 # Apache-2.0
oslotest>=3.8.0 # Apache-2.0
testscenarios>=0.4 # Apache-2.0/BSD
testtools>=2.2.0 # MIT
requests-aws>=0.1.4 # BSD License (3 clause)
stestr>=2.0.0 # Apache-2.0
testresources>=2.0.1 # Apache-2.0