Commit Graph

12 Commits (ac5182db2d145523631af55a41d521bad0e7d51d)

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
9 years ago
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.
9 years ago
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.
9 years ago
root 63003372b4 Fixed call to module.log 9 years ago
Brian Coca 3564c48f3c switched to use module loggigng 9 years ago
Mark Hamilton 018db7d068 removed syslog.openlog 10 years ago
Mark Hamilton 0395de2f09 Added version_added and default to new parameters external_ids and set. Generalized external_ids to handle any parameter. 10 years ago
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.
10 years ago
Greg DeKoenigsberg 004dedba8a Changes to author formatting, remove emails 10 years ago
Brian Coca 08445418aa more string corrections 10 years ago
Greg DeKoenigsberg 4aec44b861 Adding author's github id 10 years ago
Michael DeHaan 1e777bb508 Fix rename error. 10 years ago