9a0e63964a
* sync charm-helpers to classic charms * change openstack-origin/source default to zed * align testing with zed * add new zed bundles * add zed bundles to tests.yaml * add zed tests to osci.yaml and .zuul.yaml * update build-on and run-on bases * add bindep.txt for py310 * sync tox.ini and requirements.txt for ruamel * use charmcraft_channel 2.0/stable * drop reactive plugin overrides * move interface/layer env vars to charmcraft.yaml * enable qos service plugin for neutron-api to ensure migrate-ovn-db action is successful Change-Id: I6f94ff3e557413b6096493f839c0a5f217c017d3 Closes-Bug: #1988089
30 lines
924 B
Plaintext
30 lines
924 B
Plaintext
# This file is managed centrally by release-tools and should not be modified
|
|
# within individual charm repos. See the 'global' dir contents for available
|
|
# choices of *requirements.txt files for OpenStack Charms:
|
|
# https://github.com/openstack-charmers/release-tools
|
|
#
|
|
# TODO: Distill the func test requirements from the lint/unit test
|
|
# requirements. They are intertwined. Also, Zaza itself should specify
|
|
# all of its own requirements and if it doesn't, fix it there.
|
|
#
|
|
pbr==5.6.0
|
|
simplejson>=2.2.0
|
|
netifaces>=0.10.4
|
|
|
|
# NOTE: newer versions of cryptography require a Rust compiler to build,
|
|
# see
|
|
# * https://github.com/openstack-charmers/zaza/issues/421
|
|
# * https://mail.python.org/pipermail/cryptography-dev/2021-January/001003.html
|
|
#
|
|
cryptography<3.4
|
|
|
|
# Strange import error with newer netaddr:
|
|
netaddr>0.7.16,<0.8.0
|
|
|
|
Jinja2>=2.6 # BSD License (3 clause)
|
|
six>=1.9.0
|
|
|
|
dnspython
|
|
|
|
psutil>=1.1.1,<2.0.0
|