
12 Sep
2019
12 Sep
'19
2 p.m.
On 9/12/19 2:53 PM, Daniel P. Berrangé wrote:
The virNetworkPort class is passed both the virNetwork parent python class and the virNetworkPort C object. This needs special handling in the generator, similar to how virDomainSnapshots are dealt with.
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> --- generator.py | 13 +++++++++++++ 1 file changed, 13 insertions(+)
Reviewed-by: Michal Privoznik <mprivozn@redhat.com> Michal