python-cinderclient extension for local storage management
Go to file
Ghanshyam Mann 68f6362018 Updating testing as per the 2025.1 cycle testing runtime
As per 2025.1 testing runtime[1], we are tetsing from python 3.9 till
python 3.12, moving functional job to python 3.12 and updating the same
in python classifier.

Bump the hacking version to 7.0.0 for consistency with the other cinder
projects and to fix the pep8 job on Ubuntu Noble.

Also, add 'netifaces' to requirements; it has been explicitly used
by the code for a long time, but was never included in requirements.
Whatever had been supplying it apparently no longer has netifaces as
a dependency.

Closes-Bug: #2088356

Depends-On: https://review.opendev.org/c/openstack/tempest/+/932156

[1] https://governance.openstack.org/tc/reference/runtimes/2025.1.html

Co-authored-by: Ghanshyam Mann <gmann@ghanshyammann.com>
Co-authored-by: Brian Rosmaita <rosmaita.fossdev@gmail.com>

Change-Id: I9e5be7856d6985f7811c66ef3846fd353c51e7af
2024-12-12 08:48:56 -05:00
brick_cinderclient_ext Use cinderclient v3 in tests 2021-09-01 16:30:58 -04:00
doc Update requirements for wallaby release 2021-03-10 20:27:33 -05:00
releasenotes Update master for stable/2024.2 2024-09-06 14:04:45 +00:00
tools Add fast8 ability to tox 2016-08-10 07:01:31 -07:00
.coveragerc Initial Commit. 2015-12-15 19:08:25 +02:00
.gitignore Remove testrepository 2018-07-11 17:48:51 +07:00
.gitreview OpenDev Migration Patch 2019-04-19 19:48:05 +00:00
.mailmap Initial Commit. 2015-12-15 19:08:25 +02:00
.stestr.conf Add .stestr.conf configuration 2017-10-02 18:14:28 -05:00
.zuul.yaml Updating testing as per the 2025.1 cycle testing runtime 2024-12-12 08:48:56 -05:00
bindep.txt Fix bindep platform declaration 2018-04-02 15:08:47 -05:00
CONTRIBUTING.rst Ussuri contrib docs community goal 2020-03-05 09:53:55 -05:00
HACKING.rst Add doc linting to pep8 target 2020-05-14 15:53:55 -05:00
LICENSE Initial Commit. 2015-12-15 19:08:25 +02:00
README.rst Fix Windows support 2021-02-19 17:05:58 +02:00
requirements.txt Updating testing as per the 2025.1 cycle testing runtime 2024-12-12 08:48:56 -05:00
setup.cfg Updating testing as per the 2025.1 cycle testing runtime 2024-12-12 08:48:56 -05:00
setup.py Cleanup py27 support 2020-04-04 12:29:51 +02:00
test-requirements.txt Updating testing as per the 2025.1 cycle testing runtime 2024-12-12 08:48:56 -05:00
tox.ini Update CI for Dalmatian 2024-04-10 21:15:15 -04:00

Team and repository tags

image

python-brick-cinderclient-ext

OpenStack Cinder Brick client for local volume attachement

Features

  • Get volume connector information

Dependencies

Requires dependency:

* python-cinderclient

Optional dependencies based on Cinder driver's protocol:

* open-iscsi, udev - for volume attachment via iSCSI

NOTE (e0ne): current version is tested on Linux and Windows hosts

For any other information, refer to the parent projects, Cinder and python-cinderclient:

*  https://opendev.org/openstack/cinder
*  https://opendev.org/openstack/python-cinderclient