Github user swill commented on the pull request: https://github.com/apache/cloudstack/pull/1493#issuecomment-219551825 I think I am going to have to revert this PR because it seems to be responsible for the `addHost` issue I am having in all my CI environments while doing DeployDC. On completely new deployments, I got the `addHost` error on all 6 of my CI environments with #1493 included. I have noticed this as an intermittent issue for the last while, but could not isolate it. I have reverted #1493 (and it's descendants) locally and I have not had the error in my first 3 tests after reverting it. I only started seeing the problem after #1493. With the freeze basically here, I need my CI environments in action cause I have a few PRs that I really want to run before I merge and freeze... This is what I plan to run to revert (brackets are for reference, not to be run): ``` git revert 540d9572fd491db3ce182d26636fc74ada4e171c (1543) git revert f88cb880974fa56866492c437af291e40bd1a4f6 -m 1 (1538) git revert 9f970f28b18534dffe33196ead60ea861f501fa9 -m 1 (1534) git revert 7ce0e10fbcd949375e43535aae168421ecdaa562 -m 1 (1493) ```
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---