[Kimchi-devel] [PATCH 2/4] template supports networks: update API
Aline Manera
alinefm at linux.vnet.ibm.com
Fri Dec 27 14:44:57 UTC 2013
On 12/26/2013 08:21 AM, shaohef at linux.vnet.ibm.com wrote:
> 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..a2b35bb 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)*: name list of which networks will be assigned to the a new VM.
s/name list/list
> + 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)*: name list of which networks will be assigned to the a new VM.
here too
> * 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)*: name list of which networks will be assigned to the a new VM.
here too
> * 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