[Kimchi-devel] [PATCH v2 0/2] Fix issue #595

Crístian Viana vianac at linux.vnet.ibm.com
Tue Mar 3 19:42:56 UTC 2015


This is the changelog between this and the previous pathset (v1):

- PATCH 01/02:
    The documentation has been updated;
    The parameter names have been updated;
    The values None and '' are not valid size units, thus, DEFAULT_UNIT is not needed;
    An optimization for when 'to_unit' == 'from_unit' has been added;
    Test cases have been added;

Crístian Viana (2):
  Add function to convert data sizes
  issue #595: Return correct memory value when VM is shutoff

 src/kimchi/i18n.py      |   2 +
 src/kimchi/model/vms.py |  20 ++++++-
 src/kimchi/utils.py     | 145 ++++++++++++++++++++++++++++++++++++++++++++++++
 tests/test_utils.py     |  69 +++++++++++++++++++++++
 4 files changed, 233 insertions(+), 3 deletions(-)
 create mode 100644 tests/test_utils.py

-- 
2.1.0




More information about the Kimchi-devel mailing list