chenzongliang c9bb99b52f Refactor Huawei Volume driver
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
2015-07-18 16:49:05 +08:00
..
2015-07-04 00:35:08 +00:00
2015-07-11 12:13:58 +08:00
2015-07-02 13:33:28 +02:00
2015-07-02 09:58:33 +08:00
2015-06-29 13:10:08 +02:00
2015-07-18 16:49:05 +08:00
2015-07-18 16:49:05 +08:00
2013-12-30 18:53:02 -06:00
2015-03-23 19:52:42 +00:00
2015-06-24 21:55:32 +02:00
2015-06-16 22:03:09 +03:00
2015-06-15 10:29:22 +02:00
2015-07-10 16:15:32 +02:00
2015-07-07 15:05:18 -04:00
2013-12-30 18:53:02 -06:00
2015-06-24 21:55:32 +02:00