neutron/releasenotes/notes/add-placement-api-configuration-options-f1611d0909bf6166.yaml
Miguel Lavalle ebe62dcd33 Add a ReST client for placement API
This patchset adds a ReST client for the placement API. This
client is used to update the IPv4 inventories associated with
routed networks segments. This information is used by the
Nova scheduler to decide the placement of instances in hosts,
based on the availability of IPv4 addresses in routed
networks segments

DocImpact: Adds [placement] section to neutron.conf with two
           options: region_name and endpoint_type

Change-Id: I2aa614d4e6229161047b08c8bdcbca0e2e5d1f0b
Partially-Implements: blueprint routed-networks
2017-01-17 16:41:46 -06: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``.