2016-08-22 13:52:44 -04:00
|
|
|
---
|
|
|
|
features:
|
|
|
|
- The nova-compute worker now communicates with the new placement API
|
|
|
|
service. Nova determines the placement API service by querying the
|
|
|
|
OpenStack service catalog for the service with a service type of
|
2016-08-31 11:57:17 -04:00
|
|
|
'placement'. If there is no placement entry in the service catalog,
|
|
|
|
nova-compute will log a warning and no longer try to reconnect to the
|
|
|
|
placement API until the nova-worker process is restarted.
|
2016-08-22 13:52:44 -04:00
|
|
|
- A new [placement] section is added to the nova.conf configuration file for
|
|
|
|
configuration options affecting how Nova interacts with the new placement
|
2016-08-31 11:57:17 -04:00
|
|
|
API service. This contains the usual keystone auth and session options.
|