Shouldn't the UI be updated to re-enable file uploads now?
On 11-05-2015 15:34, Aline Manera wrote:
This patch set depends on
"[Kimchi-devel] [PATCH v2 1/4] fix: Use correct path when setting 'ref_cnt'
to a new volume",
so I included it to this patch set to help testing.
v4 -> v5:
- Reduce number of locks
- Update MockModel and test cases accordingly
Aline Manera (2):
Upload storage volume
Remove storage volume creation from file
CrÃstian Deives (1):
fix: Use correct path when setting 'ref_cnt' to a new volume
Royce Lv (1):
Update controller to make update accept formdata params
docs/API.md | 8 +++-
src/kimchi/API.json | 22 +++++++++
src/kimchi/control/base.py | 6 +--
src/kimchi/i18n.py | 6 +++
src/kimchi/mockmodel.py | 34 +++++++++-----
src/kimchi/model/storagevolumes.py | 93 ++++++++++++++++++++++----------------
tests/test_model_storagevolume.py | 89 ++++++++++++++++++++++++++++++------
tests/test_rest.py | 45 +-----------------
8 files changed, 187 insertions(+), 116 deletions(-)