c9a9bd9d64
* Rename OneView _facts modules -> _info * Adjust PR #. * Forgot to update test names. * Remove superfluous blank line. * Some more things from review.
17 lines
1.4 KiB
YAML
17 lines
1.4 KiB
YAML
minor_changes:
|
|
- The ``oneview_datacenter_facts`` module has been renamed to ``oneview_datacenter_info``.
|
|
When called with the new name, the module no longer returns ``ansible_facts``.
|
|
- The ``oneview_enclosure_facts`` module has been renamed to ``oneview_enclosure_info``.
|
|
When called with the new name, the module no longer returns ``ansible_facts``.
|
|
- The ``oneview_ethernet_network_facts`` module has been renamed to ``oneview_ethernet_network_info``.
|
|
When called with the new name, the module no longer returns ``ansible_facts``.
|
|
- The ``oneview_fc_network_facts`` module has been renamed to ``oneview_fc_network_info``.
|
|
When called with the new name, the module no longer returns ``ansible_facts``.
|
|
- The ``oneview_fcoe_network_facts`` module has been renamed to ``oneview_fcoe_network_info``.
|
|
When called with the new name, the module no longer returns ``ansible_facts``.
|
|
- The ``oneview_logical_interconnect_group_facts`` module has been renamed to ``oneview_logical_interconnect_group_info``.
|
|
When called with the new name, the module no longer returns ``ansible_facts``.
|
|
- The ``oneview_network_set_facts`` module has been renamed to ``oneview_network_set_info``.
|
|
When called with the new name, the module no longer returns ``ansible_facts``.
|
|
- The ``oneview_san_manager_facts`` module has been renamed to ``oneview_san_manager_info``.
|
|
When called with the new name, the module no longer returns ``ansible_facts``.
|