os-brick/requirements.txt
Rahman LBL 837bd7188f add a new funtion to return IP address(es) of a host machine
Lightbits storage clusters have the ability to block access to a
volume unless it comes from a specific IP, via a non-standard
extension to NVMe/TCP called "IPACL", which augments the standard
string-based ACLs. To know which IP(s) to set in a volume's IPACL, we
need the os-brick to send as part of the connector information the
relevant IPs.

added requirement: "psutil>=5.7.2 # BSD" same as in cinder

Change-Id: Ia22322bb8a8097900d5509b6c540355eb474f19d
2024-08-08 13:35:43 +03:00

19 lines
638 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.
pbr>=5.8.0 # Apache-2.0
oslo.concurrency>=5.0.0 # Apache-2.0
oslo.config>=9.0.0 # Apache-2.0
oslo.context>=4.1.0 # Apache-2.0
oslo.log>=4.8.0 # Apache-2.0
oslo.i18n>=5.1.0 # Apache-2.0
oslo.privsep>=3.0.0 # Apache-2.0
oslo.serialization>=4.3.0 # Apache-2.0
oslo.service>=2.8.0 # Apache-2.0
oslo.utils>=6.0.0 # Apache-2.0
requests>=2.25.1 # Apache-2.0
tenacity>=6.3.1 # Apache-2.0
os-win>=5.7.0 # Apache-2.0
psutil>=5.7.2 # BSD