diff --git a/doc/source/devref/effective_neutron.rst b/doc/source/devref/effective_neutron.rst index 9f512b525ae..ec3aea87293 100644 --- a/doc/source/devref/effective_neutron.rst +++ b/doc/source/devref/effective_neutron.rst @@ -109,7 +109,7 @@ 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 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.