Merge "Add a note about agent/server compat to 'effective neutron'"

changes/34/136834/47
Jenkins 2015-10-06 11:27:40 +00:00 committed by Gerrit Code Review
commit 9769466fef
1 changed files with 6 additions and 0 deletions

View File

@ -109,6 +109,12 @@ Backward compatibility
Document common pitfalls as well as good practices done when extending the RPC Interfaces.
* The neutron upgrade path requires the server to support the previous version of
the agent. Any changes to the existing RPC methods must be compatible with the
previous version of the agent. Otherwise a version bump is required and the old
method must be kept under the previous version RPC endpoint.
Scalability issues
~~~~~~~~~~~~~~~~~~