cinder/cinder/brick
John Griffith 9651f54714 Transition LVM Driver to use Target Objects
This patch refactors the LVM Driver to take a
seperate Target object instead of mixing the
control and data path implementations inside the
driver itself.

It removes the volume/iscsi.py and brick/iscsis/*
files which were duplicating code and actually
very messy in terms of where calls were actually
being implemented.

Change-Id: I43190d1dac33748fe55fa00f260f32ab209be656
2015-01-02 13:13:42 -07:00
..
initiator Rename oslo.concurrency to oslo_concurrency 2014-12-19 18:39:11 -08:00
local_dev Brick LVM: Remove self.lv_list 2014-12-23 15:07:45 -05:00
remotefs Rename oslo.concurrency to oslo_concurrency 2014-12-19 18:39:11 -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 Rename oslo.concurrency to oslo_concurrency 2014-12-19 18:39:11 -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.