Commit graph

12 commits

Author SHA1 Message Date
blinkiz
b7e21d161e Update openvswitch_port with tag feature (#2522)
* Update openvswitch_port with tag feature

Possibility to create a port with VLAN tag.

* Update openvswitch_port.py
2016-07-06 07:14:31 +02:00
Gerik Bonaert
df8d41ba0f Define 'type' in argument_spec of openvswitch_port (#2355)
The external_ids 'type' was not defined in the argument spec of
openvswitch_port. This lead 'external_ids' to be converted to a
string, when the value was not defined. Further down the code this
was leading to an exception in some cases. By defining the type
all is right.
2016-06-03 22:02:58 +02:00
James Slagle
7dae3faf0f Add quotes and equals for set option documentation
set is an option for the openvswitch_port module, however the documentation
example omitted the equals sign and quotes around the option value.
2016-03-22 07:47:05 -04:00
root
63003372b4 Fixed call to module.log 2015-11-05 21:16:41 -06:00
Brian Coca
3564c48f3c switched to use module loggigng 2015-10-01 00:29:57 -04:00
Mark Hamilton
018db7d068 removed syslog.openlog 2015-07-14 02:10:57 -07:00
Mark Hamilton
0395de2f09 Added version_added and default to new parameters external_ids and set. Generalized external_ids to handle any parameter. 2015-07-14 01:49:16 -07:00
Mark Hamilton
325ef12aee Added support to assign attached mac address interface id and port options.
Updated code to pass pep8 v1.6.2 pylint v0.25.0.
2015-07-09 00:36:30 -07:00
Greg DeKoenigsberg
004dedba8a Changes to author formatting, remove emails 2015-06-16 14:32:39 -04:00
Brian Coca
08445418aa more string corrections 2015-05-14 10:45:32 -04:00
Greg DeKoenigsberg
4aec44b861 Adding author's github id 2015-05-13 19:25:07 -04:00
Michael DeHaan
1e777bb508 Fix rename error. 2014-11-04 17:27:51 -05:00
Renamed from networking/openvswitch_port.py (Browse further)