Author: jfthomps
Date: Tue Mar 19 16:58:07 2013
New Revision: 1458408
URL: http://svn.apache.org/r1458408
Log:
VCL-433
new revisions can be captured of kickstart images
utils.php: modified getImages - added installtype to data returned in array
Modified:
vcl/branches/vcl-2.2-bugfixes/web/.ht-inc/utils.php
Modified: vcl/branches/vcl-2.2-bugfixes/web/.ht-inc/utils.php
URL:
http://svn.apache.org/viewvc/vcl/branches/vcl-2.2-bugfixes/web/.ht-inc/utils.php?rev=1458408&r1=1458407&r2=1458408&view=diff
==============================================================================
--- vcl/branches/vcl-2.2-bugfixes/web/.ht-inc/utils.php (original)
+++ vcl/branches/vcl-2.2-bugfixes/web/.ht-inc/utils.php Tue Mar 19 16:58:07 2013
@@ -1122,6 +1122,7 @@ function getOSList() {
/// \b platform - platform the image is for\n
/// \b osid - osid for the os on the image\n
/// \b os - os the image contains\n
+/// \b installtype - method used to install image\n
/// \b minram - minimum amount of RAM needed for image\n
/// \b minprocnumber - minimum number of processors needed for image\n
/// \b minprocspeed - minimum speed of processor(s) needed for image\n
@@ -1161,6 +1162,7 @@ function getImages($includedeleted=0, $i
. "p.name AS platform, "
. "i.OSid AS osid, "
. "o.name AS os, "
+ . "o.installtype, "
. "i.minram AS minram, "
. "i.minprocnumber AS minprocnumber, "
. "i.minprocspeed AS minprocspeed, "