Github user jburwell commented on a diff in the pull request:

    https://github.com/apache/cloudstack/pull/1622#discussion_r73605500
  
    --- Diff: api/src/org/apache/cloudstack/api/response/TemplateResponse.java 
---
    @@ -169,6 +169,10 @@
         @Param(description = "additional key/value details tied with template")
         private Map details;
     
    +    @SerializedName(ApiConstants.BITS)
    +    @Param(description="the processor bit size")
    +    private int bits;
    --- End diff --
    
    Why is this value represented as a number and not an enumeration?  It can't 
be any number other 32 and 64.  


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to