sureshanaparti commented on a change in pull request #5043:
URL: https://github.com/apache/cloudstack/pull/5043#discussion_r641534057
##########
File path:
api/src/main/java/org/apache/cloudstack/api/command/admin/offering/UpdateServiceOfferingCmd.java
##########
@@ -151,6 +167,14 @@ public Integer getSortKey() {
return validZoneIds;
}
+ public String getTags() {
+ return tags;
+ }
+
+ public String getHostTag() {
Review comment:
```suggestion
public String getHostTags() {
```
--
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]