mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
* [#4398] adapt code to handle multi tag string with commas * [#4398] remove trailing spaces * [#4398] add multi host tag support for ingest process * [#4398] add test for multi tag support in offerings * [#4398] update multitag support for DeploymentPlanningManagerImpl encapsulate multi tag check from Ingest Feature, DepolymentPlanningManager into HostDaoImpl to prevent code duplicates * [#4398] move logic to HostVO and add tests * rename test method * [#4398] Change string method to apaches StringUtils * [#4398] modify test for multi tag support * adapt sql for double tags Co-authored-by: Dirk Klahre <Dirk.Klahre@Itelligence.de>