98c4249cf477b4ed26fc7c5ff80e7e5f3d0a1446
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
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:
- License: Apache License, Version 2.0
- Source: http://git.openstack.org/cgit/openstack/os-brick
- Bugs: http://bugs.launchpad.net/os-brick
Description
Languages
Python
99.6%
Shell
0.4%