[Kimchi-devel] [PATCH V3 1/4] Implement integrity verification: verify template integrity, update API.md

Shu Ming shuming at linux.vnet.ibm.com
Fri Feb 21 09:31:46 UTC 2014


Reviewed-by: Shu Ming <shuming at linux.vnet.ibm.com>
2014/2/21 14:59, shaohef at linux.vnet.ibm.com:
> From: ShaoHe Feng <shaohef at linux.vnet.ibm.com>
>
> Sometimes, user create a template, but networks, cdrom, disks or
> storagepool will change later.
> So users can not create a vm from this template successfully.
> It is necessary to check some paramenters of template.
>
> This patch will check the follow paramenters of template.
> networks: check networks exists.
> cdrom: check cdrom is available.
> disks: check the volume is available.
>
> This patch does not check the storagepool exists. waiting for royce's
> disks patch.
>
> Signed-off-by: ShaoHe Feng <shaohef at linux.vnet.ibm.com>
> ---
>   docs/API.md | 4 ++++
>   1 file changed, 4 insertions(+)
>
> diff --git a/docs/API.md b/docs/API.md
> index bb14696..e97eace 100644
> --- a/docs/API.md
> +++ b/docs/API.md
> @@ -249,6 +249,10 @@ A interface represents available network interface on VM.
>                        Independent Computing Environments
>               * null: Graphics is disabled or type not supported
>           * listen: The network which the vnc/spice server listens on.
> +    * invalid: A dict indicates which paramenters of this template are invalid.
> +        * networks *(optional)*: An array of invalid network names.
> +        * cdrom *(optional)*: An array of invalid cdrom names.
> +        * disks *(optional)*: An array of invalid volume names.
>
>   * **DELETE**: Remove the Template
>   * **POST**: *See Template Actions*




More information about the Kimchi-devel mailing list