
Reviewed-by: Crístian Viana <vianac@linux.vnet.ibm.com> On 02-09-2014 17:26, Aline Manera wrote:
V1 -> V2: - Fix "make check-local" issues - Update mockmodel to also return a Task while creating a storage volume - Update the jsonschema and API.md
Royce Lv (2): Storage volume upload: Dispatch volume create to right handler Storage volume upload: Change storagevolumes to AsyncCollection
docs/API.md | 1 + src/kimchi/API.json | 6 ++++++ src/kimchi/control/storagevolumes.py | 4 ++-- src/kimchi/i18n.py | 3 +++ src/kimchi/mockmodel.py | 22 +++++++++++++++++++++- src/kimchi/model/storagevolumes.py | 26 ++++++++++++++++++++++++-- tests/test_model.py | 8 ++++++-- tests/test_rest.py | 28 ++++++++++++++++------------ 8 files changed, 79 insertions(+), 19 deletions(-)