Thanks for the feedback on the last send of the patch series. I have fixed up all the edges and also the known issues from the last cover letter.
Cheers, Sebastian Am 17.07.13 02:19, schrieb Sebastian Gebhard: > This patch series adds vlan functionality for openvswitch in XEN. It > is based on vif-openvswitch which comes with Xen 4.3, but can be used > in older versions of Xen as well. > > Sebastian Gebhard (7): > Improvement of design-openvswitch.rst > Extending nicparams to support vlan parameter > Add VLAN-capabilities for Xen Hypervisor > Support VLAN parameter during instance creation > Add VLAN functionality to gnt-instance man page > Adopt cfgupgrade to support vlan parameter > Set default OVS in cluster init > > doc/design-openvswitch.rst | 11 +++++------ > lib/client/gnt_cluster.py | 9 ++++++++- > lib/cmdlib/instance.py | 41 +++++++++++++++++++++++++++++++++++++++++ > lib/constants.py | 6 ++++++ > lib/hypervisor/hv_xen.py | 4 ++++ > man/gnt-instance.rst | 5 +++++ > src/Ganeti/Objects.hs | 1 + > tools/cfgupgrade | 6 ++++++ > 8 files changed, 76 insertions(+), 7 deletions(-) >
