[Kimchi-devel] [PATCH V5 3/7] template supports networks: update API

Shu Ming shuming at linux.vnet.ibm.com
Thu Jan 2 02:16:22 UTC 2014


于 2013/12/31 21:44, shaohef at linux.vnet.ibm.com 写道:
> From: ShaoHe Feng <shaohef at linux.vnet.ibm.com>
>
> add 'networks' option for template get/create/update
>
> 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 9edc551..d9d6c1b 100644
> --- a/docs/API.md
> +++ b/docs/API.md
> @@ -120,6 +120,8 @@ Represents a snapshot of the Virtual Machine's primary monitor.
>       * cdrom *(required)*: A volume name or URI to an ISO image.
>       * storagepool *(optional)*: URI of the storagepool.
>         Default is '/storagepools/default'
> +    * networks *(optional)*: list of which networks will be assigned to the new VM.

list of networks will be assigned to the new VM
> +      Default is '[default]'
>       * disks *(optional)*: An array of requested disks with the following optional fields
>         (either *size* or *volume* must be specified):
>           * index: The device index
> @@ -144,6 +146,7 @@ Represents a snapshot of the Virtual Machine's primary monitor.
>       * memory: The amount of memory assigned to the VM
>       * cdrom: A volume name or URI to an ISO image
>       * storagepool: URI of the storagepool where template allocates vm storage.
> +    * networks *(optional)*: list of which networks will be assigned to the new VM.
list of networks will be assigned to the new VM

>       * disks: An array of requested disks with the following optional fields
>         (either *size* or *volume* must be specified):
>           * index: The device index
> @@ -162,6 +165,7 @@ Represents a snapshot of the Virtual Machine's primary monitor.
>       * memory: The amount of memory assigned to the VM
>       * cdrom: A volume name or URI to an ISO image
>       * storagepool: URI of the storagepool where template allocates vm storage.
> +    * networks *(optional)*: list of which networks will be assigned to the new VM.
list of networks will be assigned to the new VM

>       * disks: An array of requested disks with the following optional fields
>         (either *size* or *volume* must be specified):
>           * index: The device index




More information about the Kimchi-devel mailing list