84343cebe8
this exposes the os_interface option for the placement API configuration, which enables us to set the interface (public, internal or admin) to use for the placement API endpoint. Before, it was hardcoded to public, due to the keystoneauth1 library's defaults. The change was introduced by Ic996e596f8473c0b8626e8d0e92e1bf58044b4f8 Change-Id: I1c7fd3a32d04e2fafb3820d1c1f221f45c613c83 Related-Bug: #1663187
6 lines
246 B
YAML
6 lines
246 B
YAML
---
|
|
features:
|
|
- The os_interface option for the nova placement API is not configurable.
|
|
This allows nodes communicating with the placement API (such as the compute
|
|
nodes) to be able to choose which keystone endpoint's interface to use.
|