mirror of
https://github.com/apache/cloudstack.git
synced 2025-12-15 18:12:35 +01:00
status 7705: resolved fixed Couple of other fixes: * don't allow to send ipAssoc command when domR is in Starting/Stopping states as the command not async so it might be sent in parallel with domR stop/start and fail on the backend. * DeleteIpForwardingRule api: set ownerId to rule owner id instead of hardcoding it to 1(System)