See ace13/foreman_hyperv#10 for an example of issues caused by this.
It would seem that the creation_arguments for ComputerCollection and VMCollection aren't doing their job properly, or maybe said collections aren't actually of the right type.
This will probably require a bit of debugging, so maybe the correct solution will just be to override the new methods to force the additions in a duplicated manner until said debugging is done.
See ace13/foreman_hyperv#10 for an example of issues caused by this.
It would seem that the
creation_arguments
for ComputerCollection and VMCollection aren't doing their job properly, or maybe said collections aren't actually of the right type. This will probably require a bit of debugging, so maybe the correct solution will just be to override thenew
methods to force the additions in a duplicated manner until said debugging is done.