c91929b2b3
* Rename openstack _facts -> _info * Add new module names to module_defaults.yml.
19 lines
1.4 KiB
YAML
19 lines
1.4 KiB
YAML
minor_changes:
|
|
- The ``os_flavor_facts`` module has been renamed to ``os_flavor_info``.
|
|
When called with the new name, the module no longer returns ``ansible_facts``.
|
|
- The ``os_image_facts`` module has been renamed to ``os_image_info``.
|
|
When called with the new name, the module no longer returns ``ansible_facts``.
|
|
- The ``os_keystone_domain_facts`` module has been renamed to ``os_keystone_domain_info``.
|
|
When called with the new name, the module no longer returns ``ansible_facts``.
|
|
- The ``os_networks_facts`` module has been renamed to ``os_networks_info``.
|
|
When called with the new name, the module no longer returns ``ansible_facts``.
|
|
- The ``os_port_facts`` module has been renamed to ``os_port_info``.
|
|
When called with the new name, the module no longer returns ``ansible_facts``.
|
|
- The ``os_project_facts`` module has been renamed to ``os_project_info``.
|
|
When called with the new name, the module no longer returns ``ansible_facts``.
|
|
- The ``os_server_facts`` module has been renamed to ``os_server_info``.
|
|
When called with the new name, the module no longer returns ``ansible_facts``.
|
|
- The ``os_subnets_facts`` module has been renamed to ``os_subnets_info``.
|
|
When called with the new name, the module no longer returns ``ansible_facts``.
|
|
- The ``os_user_facts`` module has been renamed to ``os_user_info``.
|
|
When called with the new name, the module no longer returns ``ansible_facts``.
|