DK101010 commented on a change in pull request #5341: URL: https://github.com/apache/cloudstack/pull/5341#discussion_r692083262
########## File path: server/src/main/java/com/cloud/resource/ResourceManagerImpl.java ########## @@ -1654,13 +1655,12 @@ public Host updateHost(final UpdateHostCmd cmd) throws NoTransitionException { } } } - - final List<String> hostTags = cmd.getHostTags(); + List<String> hostTags = cmd.getHostTags(); Review comment: Arrrr... my bad, I removed this in my first version. but then I found a better way and forgot the add this again. -- 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. To unsubscribe, e-mail: commits-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org