[Kimchi-devel] [PATCH v4][Kimchi 0/6] Make Kimchi able to change guest's boot order

Daniel Henrique Barboza dhbarboza82 at gmail.com
Wed Jul 27 20:22:23 UTC 2016


Applied to master. Thanks!

On 07/21/2016 05:23 PM, Ramon Medeiros wrote:
> Changes:
>
> v4:
> Add bootorder to REST GET
> Add tests for REST API
>
> v3:
> Update test on test_model to keep working
>
> v2:
> Do not manipulate xml on model
> Improve parameters checking at API.json
> Increase test cases
>
> Ramon Medeiros (6):
>    Add function get_bootorder_node
>    Create method to change bootorder of a guest
>    Update documentation about bootorder on vm update
>    Update REST API
>    Add function to retrieve bootorder on vm lookup
>    Add test to check bootorder
>
>   API.json                | 23 +++++++++++++++++++++++
>   docs/API.md             |  2 ++
>   i18n.py                 |  1 +
>   model/vms.py            | 32 ++++++++++++++++++++++++++++++--
>   tests/test_mockmodel.py |  2 +-
>   tests/test_model.py     | 15 ++++++++++++++-
>   tests/test_rest.py      | 11 +++++++++++
>   xmlutils/bootorder.py   | 19 +++++++++++++------
>   8 files changed, 95 insertions(+), 10 deletions(-)
>




More information about the Kimchi-devel mailing list