Got the following ERRORS when try to active/deactive HotPlugNic
Active HotPlugNic ERROR:
TypeError: activate() got an unexpected keyword argument 'correlation_id'
Deactive HotPlugNic ERROR:
TypeError: deactivate() got an unexpected keyword argument 'correlation_id'
I successfully supply a correlation-ID to activate/deactivate VM nic using REST-API. Activation/deactivation succeeds, and the correlation-ID is displayed in the server log as expected.
So this does not look like an API issue to me
More in-depth check shows that API does not report the meta-data properly, so while the API itself works, metadata doesn't reach the SDK, cause SDK not to work.
Posted patch upstream:
http://gerrit.ovirt.org/#/c/8548/
QA: please notice that the same problem happens for activate/deactivate VM disks; this patch fixes that as well.