[Kimchi-devel] [PATCH v3 0/4] Transient Object Handling

Aline Manera alinefm at linux.vnet.ibm.com
Fri Jan 30 14:40:15 UTC 2015


Please, run "make check-local" to fix the pep8 issues.

On 27/01/2015 16:39, Christy Perez wrote:
> In order to prevent benign error messages from being displayed to the
> user, some POST requests for transient objects should be handled as
> special cases.
>
> This patchset introduces a way to mark an action as destructive
> so that the subsequent GET after a POST is bypassed. It also
> adds that logic to the three types of transient objects
> that Kimchi deals with: VMs, Networks, and Storage Pools.
>
> Christy Perez (4):
>    Handle requests differently for transient objects
>    Transient VM POST request handling
>    Transient Network POST request handling
>    Transient StoragePool POST request handling
>
>   src/kimchi/control/base.py         | 14 +++++++++-----
>   src/kimchi/control/networks.py     |  4 ++--
>   src/kimchi/control/storagepools.py |  4 ++--
>   src/kimchi/control/vms.py          | 10 ++++++----
>   src/kimchi/i18n.py                 |  1 +
>   src/kimchi/model/vms.py            |  3 +++
>   6 files changed, 23 insertions(+), 13 deletions(-)
>




More information about the Kimchi-devel mailing list