[Kimchi-devel] [PATCH V2 1/3] template integrity verification: verify storagepool, update API.md

shaohef at linux.vnet.ibm.com shaohef at linux.vnet.ibm.com
Tue Mar 4 14:55:04 UTC 2014


From: ShaoHe Feng <shaohef at linux.vnet.ibm.com>

Sometimes, user create a template, storagepool will change later.
So users can not create a vm from this template successfully.
It is necessary to check storagepool of a template.

Signed-off-by: ShaoHe Feng <shaohef at linux.vnet.ibm.com>
---
 docs/API.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/API.md b/docs/API.md
index fc39c65..834c861 100644
--- a/docs/API.md
+++ b/docs/API.md
@@ -252,6 +252,7 @@ A interface represents available network interface on VM.
         * networks *(optional)*: An array of invalid network names.
         * cdrom *(optional)*: An array of invalid cdrom names.
         * disks *(optional)*: An array of invalid volume names.
+        * storagepools *(optional)*: An array of invalid storagepool names.
 
 * **DELETE**: Remove the Template
 * **POST**: *See Template Actions*
-- 
1.8.4.2




More information about the Kimchi-devel mailing list