Think this was intended for -dev
---------- Forwarded message ---------- From: Adrian Cole <adrian.f.c...@gmail.com> Date: Wed, May 30, 2012 at 3:59 PM Subject: vmtemplate.status values? To: cloudstack-us...@incubator.apache.org In jclouds, we are trying to make a status checker for templates created. Part of this is understanding the range of status values. Looking at the code, there seems to be a few places where vmtemplate status is reported. ex. ./api/src/com/cloud/api/response/TemplateResponse.java defines status as an opaque string where ./api/src/com/cloud/storage/VMTemplateStorageResourceAssoc.java defines a Status enum It would be really handy for us to have an enum with descriptions for the possible template status values. Can you validate what these are? -A