nova/releasenotes/notes/compute_upgrade_levels_auto-97acebc7b45b76df.yaml
Sylvain Bauza 7fc982e19f Add note for automatic determination of compute_rpc version by service
Change I679ebedb739a487e2e4e811c4e89b9c07c8b99bc added a new 'auto' value
for upgrade_levels.compute

Change-Id: I21f2678ab4f68cddb7f76c5c8f9c7b0d878e705a
2015-12-01 14:33:36 +01:00

9 lines
387 B
YAML

---
features:
- |
A new ``auto`` value for the configuration option
``upgrade_levels.compute`` is accepted, that allows automatic determination
of the compute service version to use for RPC communication. By default, we
still use the newest version if not set in the config, a specific version
if asked, and only do this automatic behavior if 'auto' is configured.