nvazquez commented on a change in pull request #4250: URL: https://github.com/apache/cloudstack/pull/4250#discussion_r471434949
########## File path: api/src/main/java/org/apache/cloudstack/api/ApiConstants.java ########## @@ -260,7 +260,8 @@ public static final String OUTOFBANDMANAGEMENT_POWERSTATE = "outofbandmanagementpowerstate"; public static final String OUTOFBANDMANAGEMENT_ENABLED = "outofbandmanagementenabled"; public static final String OUTPUT = "output"; - public static final String OVF_PROPERTIES = "ovfproperties"; + public static final String PROPERTIES = "properties"; + public static final String ACS_PROPERTY = "ACS-property"; Review comment: No, thanks. Moved its usage to the property prefix defined on ImageStore class ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org