This patch refactors the rest infrastructure in ris in
following ways:
- Includes ``retrying`` package to retry on redirection
- Modularized the rest infra code
- No behaviour change as such barring the log output
Partial-Bug: 1646685
Change-Id: I155f961c034b1d9ac9a962974d8461c1097987e3
9 lines
262 B
Plaintext
9 lines
262 B
Plaintext
pbr>=2.0.0 # Apache-2.0
|
|
six>=1.9.0 # MIT
|
|
oslo.concurrency>=3.8.0 # Apache-2.0
|
|
oslo.utils>=3.20.0 # Apache-2.0
|
|
jsonschema!=2.5.0,<3.0.0,>=2.0.0 # MIT
|
|
requests!=2.12.2,!=2.13.0,>=2.10.0 # Apache-2.0
|
|
retrying!=1.3.0,>=1.2.3 # Apache-2.0
|
|
pysnmp>=4.2.3,<5.0.0 # BSD
|