python-cinderclient extension for local storage management
Go to file
YuehuiLei 36835474b2 setup.cfg: Replace dashes with underscores
Setuptools v54.1.0 introduces a warning that the use of dash-separated
options in 'setup.cfg' will not be supported in a future version [1].
Get ahead of the issue by replacing the dashes with underscores. Without
this, we see 'UserWarning' messages like the following on new enough
versions of setuptools:

  UserWarning: Usage of dash-separated 'description-file' will not be
  supported in future versions. Please use the underscore name
  'description_file' instead

[1] https://github.com/pypa/setuptools/commit/a2e9ae4cb

Change-Id: If2629a142a795b5663c5e6a04c57549c76530416
2021-05-05 10:22:34 +08:00
brick_cinderclient_ext Fix Windows support 2021-02-19 17:05:58 +02:00
doc Update requirements for wallaby release 2021-03-10 20:27:33 -05:00
releasenotes Update master for stable/wallaby 2021-03-15 08:39:40 +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 Add Python3 xena unit tests 2021-03-15 08:39:45 +00: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
bindep.txt Fix bindep platform declaration 2018-04-02 15:08:47 -05:00
lower-constraints.txt Update requirements for wallaby release 2021-03-10 20:27:33 -05:00
requirements.txt Update requirements for wallaby release 2021-03-10 20:27:33 -05:00
setup.cfg setup.cfg: Replace dashes with underscores 2021-05-05 10:22:34 +08:00
setup.py Cleanup py27 support 2020-04-04 12:29:51 +02:00
test-requirements.txt Update requirements for wallaby release 2021-03-10 20:27:33 -05:00
tox.ini Update tox.ini for wallaby supported pythons 2020-11-23 21:01:20 -05:00

README.rst

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