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
This commit is contained in:
Sylvain Bauza 2015-11-30 16:18:36 +01:00
parent f615bfa572
commit 7fc982e19f

View File

@ -0,0 +1,8 @@
---
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.