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
|