rafaelweingartner removed a comment on issue #2636: Fix limitation on tag 
matching in 'migrateVolume' with disk offering replacement
URL: https://github.com/apache/cloudstack/pull/2636#issuecomment-405968549
 
 
   This new method that I implemented is the consolidation of the logic of tag 
matching in ACS, which is not extracted in a specific method and spread around 
the code. That is one of the reasons why I “made the mistake”  in one of the 
features I developed where the tag matching was being too strict (requiring all 
tags to match) and was not making sense to operation guys.
   
   To answer your question, yes this method can be used in other places. I am 
not sure if simply declaring the method in the interface will help much though. 
The person that is willing to consolidate these execution flow could do both, 
declare this method in the interface, and then use it in all of those places 
that you mentioned.
   
   What do you think?
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

Reply via email to