Hi, When openvswitch support was implemented, the vlan parameter was added to NIC params. Network related code was not modified accordingly. These patches add any missing logic so that NICs attached to networks obtain the proper nicparams.
Thanks, dimara Dimitris Aragiorgis (5): Fix LUNetworkConnect wrt vlan Fix LUNetwork* hooks to comply with docs Fix query mechanism wrt networks and vlans Fix gnt-network client to accept vlan info Export VLAN nicparam to NIC configuration scripts doc/hooks.rst | 4 ++-- lib/client/gnt_network.py | 26 +++++++++++++++----------- lib/cmdlib/network.py | 15 ++++++++++++++- lib/hypervisor/hv_kvm.py | 3 +++ lib/hypervisor/hv_xen.py | 1 + lib/objects.py | 3 +++ lib/rapi/client.py | 5 +++-- man/gnt-network.rst | 10 +++++++--- qa/qa_network.py | 5 ++++- src/Ganeti/OpCodes.hs | 1 + src/Ganeti/OpParams.hs | 6 ++++++ src/Ganeti/Query/Network.hs | 15 +++++++++++---- test/hs/Test/Ganeti/OpCodes.hs | 2 +- 13 files changed, 71 insertions(+), 25 deletions(-) -- 1.7.10.4
