nvazquez commented on a change in pull request #4250:
URL: https://github.com/apache/cloudstack/pull/4250#discussion_r471436427



##########
File path: api/src/main/java/com/cloud/storage/ImageStore.java
##########
@@ -21,6 +21,13 @@
 
 public interface ImageStore extends Identity, InternalIdentity {
 
+    String ACS_PROPERTY_PREFIX = "ACS-property-";
+    String REQUIRED_NETWORK_PREFIX = "ACS-network-";
+    String DISK_DEFINITION_PREFIX = "ACS-disk-";
+    String OVF_HARDWARE_CONFIGURATION_PREFIX = "ACS-configuration-";
+    String OVF_HARDWARE_ITEM_PREFIX = "ACS-hardware-item-";
+    String OVF_EULA_SECTION_PREFIX = "ACS-eula-";
+

Review comment:
       The only pushback is that changing these keys will need a new Primate PR 
as the deployment wizard filters the details by these keys. If required I'll 
proceed with both




----------------------------------------------------------------
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:
[email protected]


Reply via email to