From: ShaoHe Feng <shaohef(a)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(a)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