[Kimchi-devel] [PATCH V3 0/6] template supports networks

shaohef at linux.vnet.ibm.com shaohef at linux.vnet.ibm.com
Mon Dec 30 16:04:54 UTC 2013


From: ShaoHe Feng <shaohef at linux.vnet.ibm.com>

V2 -> V3
fix typo.
support creating a vm without network.

V1 -> V2:
update mockmodel and test case 

add 'networks' option for template get/create/update

ShaoHe Feng (6):
  template supports networks: let template xml support more networks
  template supports networks: update API
  template supports networks: update controller and json schema
  template supports networks: update model
  template supports networks: update mockmodel
  template supports networks: update test case

 docs/API.md              |  4 +++
 src/kimchi/API.json      | 12 +++++++
 src/kimchi/controller.py |  3 +-
 src/kimchi/mockmodel.py  |  7 +++-
 src/kimchi/model.py      |  6 ++++
 src/kimchi/osinfo.py     |  5 +--
 src/kimchi/vmtemplate.py | 20 ++++++++---
 tests/test_model.py      | 86 +++++++++++++++++++++++++++++++++++++-----------
 tests/test_rest.py       | 56 +++++++++++++++++++++++++++++++
 9 files changed, 172 insertions(+), 27 deletions(-)

-- 
1.8.4.2




More information about the Kimchi-devel mailing list