Go to file
Walter A. Boring IV 98c4249cf4 Added ABCMeta class to the InitiatorConnector
This patch adds python ABCMeta class to the InitiatorConnector
for the purposes of defining a required contract that all Connector
objects must adhere to.  Currently, the existing required methods of
connect_volume, disconnect_volume are the 2 required methods that must
be implemented by the child Connector objects.  This will be helpful
for future features and forcing Connectors to adhere to the API
interface Contract.

Change-Id: Ie862ad7f358a70d57eddb2bce269230df3c3cdc7
Implements: blueprint os-brick-abc-connectors
2015-07-08 10:57:33 -07:00
2015-03-18 13:00:51 +01:00
2015-01-22 19:09:30 +00:00
2015-01-22 19:09:30 +00:00
2015-06-25 11:18:42 +02:00
2015-02-05 23:58:37 +00:00
2015-06-30 20:01:51 +00:00
2015-06-30 15:35:06 -07:00

brick

OpenStack Cinder brick library for managing local volume attaches

Features

  • Discovery of volumes being attached to a host for many transport protocols.
  • Removal of volumes from a host.
For any other imformation, refer to the parent project, Cinder:

https://github.com/openstack/cinder

Description
Volume discovery and local storage management lib
Readme 32 MiB
Languages
Python 99.6%
Shell 0.4%