Merge "Add note for automatic determination of compute_rpc version by service"

This commit is contained in:
Jenkins 2015-12-01 14:49:57 +00:00 committed by Gerrit Code Review
commit e6408cd380
1 changed files with 8 additions and 0 deletions

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.