ansible/test/units/modules/network/ovs
Jakub Libosvar 26b0908270 openvswitch_db: Make 'key' parameter optional (#42110)
The OVSDB schema consists of typed columns. The 'key' parameter is
required only for columns with type of a 'map'. This patch makes 'key'
an optional parameter to allow setting values for other column types
like int.

Fixes #42108
2018-07-09 19:12:41 +05:30
..
fixtures
__init__.py
ovs_module.py
test_openvswitch_bridge.py
test_openvswitch_db.py openvswitch_db: Make 'key' parameter optional (#42110) 2018-07-09 19:12:41 +05:30
test_openvswitch_port.py