You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/units
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>
5 years ago
..
cli
compat
config fixes to config manager (#58530) 5 years ago
contrib
errors
executor
galaxy
inventory_test_data/group_vars
mock
module_utils Option parsing: warn if both an option and its alias are specified for a module (#53698) 5 years ago
modules Address regression causing bootproto=dhcp for manual IP addresses (#56376) 5 years ago
parsing Correct places where match was intended 5 years ago
playbook
plugins Correct places where match was intended 5 years ago
pytest/plugins
regex
template
utils
vars
__init__.py
ansible.cfg
test_constants.py
test_context.py