python-cinderclient extension for local storage management
Go to file
zhangyangyang 570cd27e14 Cleanup test-requirements
python-subunit is not used directly anywhere
and it is dependency of both testrepository
and os-testr
(probably was used by some tox wrapper script before)

Change-Id: Ic3cb9347d77ca53a3005aff1cd756e0c0f02ead6
2017-09-21 22:25:01 +08:00
brick_cinderclient_ext Actually do the detach with the new attach/detach flow 2017-06-30 10:49:11 -07:00
doc/source python-brick-cinderclient-ext installation guide typo 2017-07-24 18:05:32 +09:00
releasenotes Update reno for stable/pike 2017-07-28 21:06:19 +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 Add reno for release notes management 2016-08-03 18:58:46 +03:00
.gitreview Fix broken .gitreview 2016-01-05 11:21:27 +01:00
.mailmap Initial Commit. 2015-12-15 19:08:25 +02:00
.testr.conf Introduce functional tests for python-brick-cinderclient-ext 2016-03-14 17:36:33 +02:00
CONTRIBUTING.rst Update URLs in documentation 2017-07-20 14:55:33 +08:00
HACKING.rst Update URLs in documentation 2017-07-20 14:55:33 +08:00
LICENSE Initial Commit. 2015-12-15 19:08:25 +02:00
README.rst Update URLs in documentation 2017-07-20 14:55:33 +08:00
babel.cfg Initial Commit. 2015-12-15 19:08:25 +02:00
bindep.txt Added bindep support 2017-05-23 18:34:28 +00:00
openstack-common.conf Initial Commit. 2015-12-15 19:08:25 +02:00
requirements.txt Updated from global requirements 2017-09-20 16:23:48 +00:00
setup.cfg Update the documentation link for doc migration 2017-08-02 15:35:52 +08:00
setup.py Updated from global requirements 2017-03-16 18:21:20 +00:00
test-requirements.txt Cleanup test-requirements 2017-09-21 22:25:01 +08:00
tox.ini Added bindep support 2017-05-23 18:34:28 +00: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 only on Linux hosts

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

*  https://git.openstack.org/cgit/openstack/cinder
*  https://git.openstack.org/cgit/openstack/python-cinderclient