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

15 lines
726 B
YAML

---
prelude: >
Add configuration options to enable the segments plugin to use the
placement ReST API. This API enables the segments plugin to influence
the placement of instances based on the availability of IPv4 addresses
in routed networks.
features:
- A new section is added to neutron.conf, `[placement]`.
- The `[placement]` section has two new options.
- First option, `region_name`, indicates the placement region to use. This
option is useful if keystone manages more than one region.
- Second option, `endpoint_type`, indicates the type of the placement
endpoint to use. This endpoint will be looked up in the keystone catalog
and should be one of 'public', 'internal' or 'admin'.