cinder/cinder/brick
Eric Harney 6a8803f27b Remove lio_initiator_iqns
This is a holdover from the initial LIO implementation
which did not manage ACLs sufficiently.  This is
unneeded now and handled by:
67dd248 LIO iSCSI initiator ACL auto-config

DocImpact: remove lio_initiator_iqns cfg opt

Closes-Bug: #1390383

Change-Id: I3b7fe4765c1c568a6a7713f86cadece52b130911
2014-12-03 16:32:09 -05:00
..
initiator Switch Cinder to use oslo.concurrency 2014-11-20 22:21:46 +08:00
iscsi Remove lio_initiator_iqns 2014-12-03 16:32:09 -05:00
local_dev Brick LVM: LV not found logging and error handling 2014-11-25 08:57:29 -05:00
remotefs Switch Cinder to use oslo.concurrency 2014-11-20 22:21:46 +08:00
README.txt This adds a README to brick 2013-09-04 16:08:05 -04:00
__init__.py Empty files shouldn't contain copyright nor license 2013-12-26 22:45:17 -06:00
exception.py Use oslo.i18n 2014-08-08 17:26:41 -05:00
executor.py Switch Cinder to use oslo.concurrency 2014-11-20 22:21:46 +08:00

README.txt

Brick is a new library that currently is maintained in Cinder for
the Havana release.   It will eventually be moved external to Cinder,
possibly oslo, or pypi.  Any defects found in Brick, should be submitted
against Cinder and fixed there, then pulled into other projects that
are using brick.

* Brick is used outside of Cinder and therefore
  cannot have any dependencies on Cinder and/or
  it's database.