openstack-ansible-os_nova/releasenotes/notes/pike_deprecations-39034d48825e8966.yaml
Jean-Philippe Evrard 8a3840b70e Handle Pike changes for Nova
- Deprecated the use_baremetal_filters according to upstream
  nova documentation [1] [2], mentioning its deprecation in Pike.
- Deprecated the metadata_host and metadata_port according to [1].
- Deprecated the firewall_driver according to [1].

[1]: https://docs.openstack.org/releasenotes/nova/pike.html#deprecation-notes
[2]: https://docs.openstack.org/releasenotes/ironic/

Change-Id: Ic70b1db72c45c91ca928f17725a9cf0ec1cdc644
2017-12-13 13:49:39 +00:00

9 lines
303 B
YAML

---
other:
- |
The variables ``nova_scheduler_use_baremetal_filters`` and
``nova_metadata_host`` have been removed, matching upstream nova changes.
The ``nova_virt_types`` dict no longer needs the
``nova_scheduler_use_baremetal_filters`` and ``nova_firewall_driver``
keys as well.