You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2020/07/13 14:03:25 UTC

[GitHub] [cloudstack] weizhouapache commented on a change in pull request #4194: enable update tags on disk offerings

weizhouapache commented on a change in pull request #4194:
URL: https://github.com/apache/cloudstack/pull/4194#discussion_r453673201



##########
File path: api/src/main/java/org/apache/cloudstack/api/command/admin/offering/UpdateDiskOfferingCmd.java
##########
@@ -77,6 +77,13 @@
             since = "4.13")
     private String zoneIds;
 
+    @Parameter(name = ApiConstants.TAGS,
+            type = CommandType.STRING,
+            description = "comma-separated list of tags for the disk offering, tags should match with existing storage pool tags",
+            since = "4.15")
+    private String tags;

Review comment:
       authorized = {RoleType.Admin}
   
   ?
   
   




----------------------------------------------------------------
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:
users@infra.apache.org