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

shaohef at linux.vnet.ibm.com shaohef at linux.vnet.ibm.com
Fri Jan 3 09:32:55 UTC 2014


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..10c94cf 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 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 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 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
-- 
1.8.4.2




More information about the Kimchi-devel mailing list