ansible/test/units/modules
Tyler Ramer 8d0f2e5725 Address regression causing bootproto=dhcp for manual IP addresses (#56376)
Commit b7724fdf85
appears to have caused a regression, where `ip4`, `gw4`, `ip6`, `gw6`
were converted to `ipv4.address`, `ipv4.gateway` etc.

This causes bootproto (or `ipv4.method`) to remain `dhcp`, as noted in https://github.com/ansible/ansible/issues/36615

This commit only reverts the key-value pairs to the original names,
which is in line with both expectation (manual ip addr == no dhcp) and
the language used in the playbook, which is, for example, "ip4" not
"ipv4.address"

Co-authored-by: Stuart Pollock <spollock@pivotal.io>
Co-authored-by: Tyler Ramer <tramer@pivotal.io>
2019-07-22 09:30:24 +05:30
..
cloud Correct places where match was intended 2019-07-18 17:10:58 -07:00
crypto New LUKS devices management module (#48991) 2019-02-15 09:25:14 +00:00
files
messaging Rabbitmq user permission fixes (#49404) 2018-12-07 13:19:08 +00:00
monitoring
net_tools Address regression causing bootproto=dhcp for manual IP addresses (#56376) 2019-07-22 09:30:24 +05:30
network PR to add Unit TC for Checkpoint network module (#57710) 2019-07-18 16:24:09 +05:30
notification Add support for hex color in slack module (#49804) 2018-12-12 08:41:49 +00:00
packaging rename rhsm_repository_release to rhsm_release (#53430) 2019-03-21 10:21:45 -05:00
remote_management Adding dell ome device_info module (#53438) 2019-06-10 06:41:48 -04:00
source_control Fix for skipping of gitlab_runner test. 2019-07-05 11:47:19 -07:00
storage New Module: Vscan Enable (#57953) 2019-07-16 13:40:56 -04:00
system java_keystore - Prefer SHA256 and solve SHA256 keytool in java11 version (#57302) 2019-07-15 12:44:30 -04:00
web_infrastructure
__init__.py
conftest.py fix missing attribs with dirct module execution (#53875) 2019-04-04 09:59:52 -04:00
utils.py