JoaoJandre commented on PR #11182: URL: https://github.com/apache/cloudstack/pull/11182#issuecomment-4407212149
@kiranchavala @sureshanaparti I was able to reproduce and found the issue, the message function was only being evaluated on the first time. Now it is evaluated every time, this also fixes the same bug on some other places, like when restarting VPCs, where the message was always the same as well. Everywhere where a function is passed on the message attribute should work properly now. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
