
Changelog from the previous version (v2): - Update src/kimchi/API.json with the new parameter "url" in function "storagevolumes_create". - New commit: "storagevolume: Set target URI when creating Task". Crístian Viana (4): storagevolume: Download remote images to a storage pool storagevolume: Check storage pool before adding a volume storagevolume: Add download progress to task storagevolume: Set target URI when creating Task docs/API.md | 1 + src/kimchi/API.json | 6 ++++ src/kimchi/i18n.py | 1 + src/kimchi/mockmodel.py | 42 ++++++++++++++++++++++------ src/kimchi/model/storagevolumes.py | 57 ++++++++++++++++++++++++++++++++++---- tests/test_model.py | 24 ++++++++++++++++ tests/test_rest.py | 14 +++++++++- 7 files changed, 131 insertions(+), 14 deletions(-) -- 1.9.3