
This patch attempts to refactor Huawei volume driver in liberty. We add a base driver to implement the basic functions. The sub-class will inherit from the base driver according to different storages. The following changes were made in this refactor: 1. Abstract a base class named HuaweiBaseDriver to make Huawei driver more universal. You can find it in the huawei_driver.py. 2. Put all static variables into the constants.py. 3. Rename rest_common.py to rest_client.py. rest_client.py stores the relevant methods implemented for Huawei driver. 4. Migrate some public methods from rest_client.py to huawei_utils.py, such as parse_xml_file(), _get_volume_type() and so on. 5. This refactor only involves structural adjustment and does not involve functional changes. Change-Id: I768889e2577a4d975397218eb31e89b42e08e04f Implements: blueprint refactor-huawei-volume-driver
CINDER
You have come across a storage service for an open cloud computing service. It has identified itself as Cinder. It was abstracted from the Nova project.
- Wiki: http://wiki.openstack.org/Cinder
- Developer docs: http://docs.openstack.org/developer/cinder
Getting Started
If you'd like to run from the master branch, you can clone the git repo:
git clone https://github.com/openstack/cinder.git
For developer information please see HACKING.rst
You can raise bugs here http://bugs.launchpad.net/cinder
Python client
Description
Languages
Python
99.7%
Smarty
0.3%