ananace / fog-hyperv

Hyper-V provider for fog
MIT License
8 stars 1 forks source link

Hosted collections don't pass through host parameters correctly #17

Open ananace opened 6 years ago

ananace commented 6 years ago

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.