ironic/releasenotes/notes/add-dynamic-allocation-feature-2fd6b4df7943f178.yaml
John L. Villalovos b6c0341c8c Update code to use Pike as the code name
Pike is the code name for the P release
Queens is the code name for the Q release

Update code to use Pike as the code name. No instances of 'Q' were
found in the code.

Change-Id: I02b312404b502ea7bf252cf89be7e99ef555c1b7
2016-08-18 09:12:55 -07:00

21 lines
1.1 KiB
YAML

---
features:
- OneView drivers now support dynamic allocation of nodes in OneView,
allowing for better resource sharing with non-OpenStack users since Server
Hardware will be allocated only when the node is scheduled to be used. To
enable the new allocation feature for a node, set the flag
``dynamic_allocation=True`` on the node's ``driver_info``.
More information is available at
http://docs.openstack.org/developer/ironic/drivers/oneview.html.
deprecations:
- Deprecates pre-allocation feature for the OneView drivers since it requires
resource allocation to Ironic prior to boot time, which makes Server
Hardware unavailable to non-OpenStack OneView users. Pre-allocation will
be removed in the OpenStack Pike release. All nodes with
``dynamic_allocation=False`` set, or that don't have the ``dynamic_allocation``
flag set, will be assumed to be in pre-allocation. Users may use the REST API
or the ``ironic-oneview-cli`` to migrate nodes from pre-allocation to
dynamic allocation.
More information is available at
http://docs.openstack.org/developer/ironic/drivers/oneview.html.