blinkiz
2dda9d3343
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-12-08 11:34:27 -05:00
Gerik Bonaert
08eb51c87e
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-12-08 11:34:20 -05:00
James Slagle
b7ef068d3e
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-12-08 11:33:59 -05:00
root
4e72c23bae
Fixed call to module.log
2016-12-08 11:33:33 -05:00
Brian Coca
ae84177514
switched to use module loggigng
2016-12-08 11:33:24 -05:00
Mark Hamilton
dccee8bcd4
removed syslog.openlog
2016-12-08 11:33:01 -05:00
Mark Hamilton
67de0aba08
Added version_added and default to new parameters external_ids and set. Generalized external_ids to handle any parameter.
2016-12-08 11:33:01 -05:00
Mark Hamilton
77d2ef2b1b
Added support to assign attached mac address interface id and port options. Updated code to pass pep8 v1.6.2 pylint v0.25.0.
2016-12-08 11:33:01 -05:00
Greg DeKoenigsberg
c65a612d1f
Changes to author formatting, remove emails
2016-12-08 11:32:51 -05:00
Brian Coca
d344a3fde3
more string corrections
2016-12-08 11:32:39 -05:00
Michael DeHaan
ee87304fb8
Fix rename error.
2016-12-08 11:32:19 -05:00