python-cinderclient extension for local storage management
Go to file
xianming mao a6042511c2 Update flake8 ignore list
In hacking > 0.10.0, there is no E123 and E125, so this commit to
delete them.

Change-Id: I0cfda940f7c1d4cbf370e2bc9073c663f1924846
2016-09-11 05:51:56 +00:00
brick_cinderclient_ext Require root permissions for local-attach and local-detach CLI 2016-08-29 11:37:54 +03:00
brick_python_cinderclient_ext Add backward compatibility with python-cinderclient<=1.5.0 2015-12-18 16:35:36 +02:00
doc/source Add reno for release notes management 2016-08-03 18:58:46 +03:00
releasenotes Merge "Added release notes for attach/detach features." 2016-08-29 18:58:23 +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
babel.cfg Initial Commit. 2015-12-15 19:08:25 +02:00
CONTRIBUTING.rst Initial Commit. 2015-12-15 19:08:25 +02:00
HACKING.rst Initial Commit. 2015-12-15 19:08:25 +02:00
LICENSE Initial Commit. 2015-12-15 19:08:25 +02:00
MANIFEST.in Initial Commit. 2015-12-15 19:08:25 +02:00
openstack-common.conf Initial Commit. 2015-12-15 19:08:25 +02:00
README.rst Attach/detach features implementation 2016-07-15 16:32:22 +03:00
requirements.txt Updated from global requirements 2016-09-02 10:01:33 +00:00
setup.cfg Update homepage with developer documentation page 2016-08-12 20:23:20 +08:00
setup.py Updated from global requirements 2016-05-12 17:33:33 +00:00
test-requirements.txt Updated from global requirements 2016-08-11 23:42:49 +00:00
tox.ini Update flake8 ignore list 2016-09-11 05:51:56 +00:00

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