37c2ab2aaa
This avoids the need to use a proxy, or some other means, to connect to Prometheus. This is disabled by default and can be enabled by setting enable_prometheus_server_external to true. Change-Id: Ia0af044ff436c2a204b357750a16ff49fcdfec45
25 lines
407 B
Plaintext
25 lines
407 B
Plaintext
pbr!=2.1.0,>=2.0.0 # Apache-2.0
|
|
|
|
# ini parsing
|
|
oslo.config>=5.2.0 # Apache-2.0
|
|
|
|
# YAML parsing
|
|
PyYAML>=3.12 # MIT
|
|
|
|
# password generation
|
|
cryptography>=2.1 # BSD/Apache-2.0
|
|
oslo.utils>=3.33.0 # Apache-2.0
|
|
|
|
# templating
|
|
Jinja2>=3 # BSD License (3 clause)
|
|
|
|
# Ansible's json_query
|
|
jmespath>=0.9.3 # MIT
|
|
|
|
# Hashicorp Vault
|
|
hvac>=0.10.1
|
|
|
|
# Password hashing
|
|
bcrypt>=3.0.0 # Apache-2.0
|
|
passlib[bcrypt]>=1.0.0 # BSD
|