ansible/test/units/modules
Jakub Libosvar 6b81a39daa openvswitch_db: Make 'key' parameter optional (#42110) (#43552)
* openvswitch_db: Split key-value pairs correctly (#33335)

Map values can contain commas, e.g.
    - name: Configure OVN bridge mapping
      openvswitch_db:
        state: present                                                                                                                                                                                                                                table: open_vswitch                                                                                                                                                                                                                           record: .                                                                                                                                                                                                                                     col: external_ids                                                                                                                                                                                                                             key: ovn-bridge-mappings
        value: '"vmnet-static:br-vmnet-st,vmnet-dynamic:br-vmnet-dyn"'

Previous behaviour was splitting the value and raised an exception.
(cherry picked from commit 3c53e2f8ea)

* 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

(cherry picked from commit 26b0908270)
(cherry picked from commit 01097715fd9466c64bfb37d7604d095275a5e9d8)
2018-08-08 16:01:42 +02:00
..
cloud Add a module_utils OpenStack Cloud constructor (#20974) 2018-02-15 17:59:05 +01:00
files Bkprt recursive copy fix (#40268) 2018-07-03 11:49:45 -07:00
monitoring Unit tests: share common code (#31456) 2017-11-17 09:17:07 -08:00
net_tools nmcli: Allow setting ipv4.dhcp-client-id parameter (#34268) 2018-01-29 17:02:46 -06:00
network openvswitch_db: Make 'key' parameter optional (#42110) (#43552) 2018-08-08 16:01:42 +02:00
packaging rhn_channel/register: Porting tests to pytest (#33719) 2017-12-12 07:25:49 -08:00
remote_management Python 2.6 str.format() compatibility fixes. 2018-01-10 14:08:11 -08:00
system Do not join flag parameters in iptables module (#36658) (#40501) 2018-05-22 11:29:33 -04:00
web_infrastructure
__init__.py
conftest.py Porting tests to pytest (#33387) 2017-12-05 12:43:13 -08:00
utils.py Unit tests: share common code (#31456) 2017-11-17 09:17:07 -08:00