[Kimchi-devel] [PATCHv9 0/8] storage servers and targets supprt

lvroyce at linux.vnet.ibm.com lvroyce at linux.vnet.ibm.com
Mon Jan 20 09:32:44 UTC 2014


From: Royce Lv <lvroyce at linux.vnet.ibm.com>

v8>v9, split two types of filter params, fix nits
v7>v8, address model break, change xml construction to libxml
v6>v7, adopt lxml to parse xml, move parse params to get() to avoid duplicate code,
       fix bugs when one server support multiple target type.
v5>v6, change GET param support to cover more scenario of filter collected results.
v4>v5, remove storage server list reload function,
       merge storage server and targets
v3>v4, fix inconsistency between doc and json schema
v1>v3, fix racing problem, fix style.

Royce Lv (8):
  Support params for GET method
  Add testcase for GET param
  Storage server: Update API.md
  storage server: update controller.py
  storage server: Update model and mockmodel
  storage target: Update API.md
  storage target: Update controller and json schema
  storage target: Add model support

 docs/API.md                          | 22 +++++++++++
 src/kimchi/API.json                  | 22 +++++++++++
 src/kimchi/control/base.py           | 31 +++++++++++----
 src/kimchi/control/storagepools.py   |  4 +-
 src/kimchi/control/storageserver.py  | 55 ++++++++++++++++++++++++++
 src/kimchi/control/storagevolumes.py |  2 +-
 src/kimchi/mockmodel.py              | 30 +++++++++++++++
 src/kimchi/model.py                  | 75 ++++++++++++++++++++++++++++++++++++
 src/kimchi/root.py                   |  2 +
 tests/test_rest.py                   | 23 +++++++++++
 10 files changed, 256 insertions(+), 10 deletions(-)
 create mode 100644 src/kimchi/control/storageserver.py

-- 
1.8.1.2




More information about the Kimchi-devel mailing list