[Kimchi-devel] [PATCH 0/3] Fix: Do not pass 'bus' param when attaching disk

lvroyce at linux.vnet.ibm.com lvroyce at linux.vnet.ibm.com
Fri Aug 1 08:19:24 UTC 2014


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

We passed 'IDE' for default value when attaching cdrom,
but 'IDE' bus is not supported on some platform(e.g. power),
In fact, kimchi has a embeded scheme to decide which bus is proper,
so let backend to decide which bus to use when attaching disk.

Royce Lv (3):
  Delete 'bus' param from backend
  Delete 'bus' selection from UI
  Update testcases for bus type decision making

 src/kimchi/API.json                        |  6 ------
 src/kimchi/model/vmstorages.py             |  3 +--
 tests/test_model.py                        | 34 ++++++++++++++++++------------
 ui/js/src/kimchi.guest_storage_add.main.js | 28 ------------------------
 ui/pages/guest-storage-add.html.tmpl       | 13 ------------
 5 files changed, 22 insertions(+), 62 deletions(-)

-- 
1.8.3.2




More information about the Kimchi-devel mailing list