blob: a0e3728babfef103ddb2b6a92925e34c39e9e6c1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
========================
Team and repository tags
========================
.. image:: http://governance.openstack.org/badges/python-brick-cinderclient-ext.svg
:target: http://governance.openstack.org/reference/tags/index.html
.. Change things from this point on
=============================
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
* License: Apache License, Version 2.0
* Documentation: https://docs.openstack.org/python-brick-cinderclient-ext/latest/
* Source: https://git.openstack.org/cgit/openstack/python-brick-cinderclient-ext
* Bugs: https://bugs.launchpad.net/python-cinderclient
|