neutron/releasenotes/notes/add-placement-api-configuration-options-f1611d0909bf6166.yaml
Ihar Hrachyshka 4a66fa833e Multiple tweaks for Ocata release notes
Those hopefully are of benefit. The major bit of the change is stopping
to use prelude section for all current release notes. This is because
the section is supposed to contain global release notes, not
feature-specific.

Other tweaks are open for debate.

Change-Id: I1d5e46591195a9756ee9fd5276f163794c366528
2017-01-15 01:46:21 +00:00

12 lines
660 B
YAML

---
features:
- Add a new configuration section, ``[placement]``, with two new options that
allow to make ``segments`` plugin to use the ``Compute`` placement ReST
API. This API allows to influence node placement of instances based on
availability of IPv4 addresses in routed networks. The first option,
`region_name`, indicates the placement region to use. This option is useful
if keystone manages more than one region. The second option,
`endpoint_type`, determines the type of a placement endpoint to use. This
endpoint will be looked up in the keystone catalog and should be one of
``public``, ``internal`` or ``admin``.