diff --git a/doc/source/devref/services_and_agents.rst b/doc/source/devref/services_and_agents.rst index 39d05735b7c..fcb9fa714d7 100644 --- a/doc/source/devref/services_and_agents.rst +++ b/doc/source/devref/services_and_agents.rst @@ -75,3 +75,11 @@ and the neutron-server. For more info on the rationale behind the code tree setup, see `the corresponding cross-project spec `_. + + +Connecting to the Database +-------------------------- + +Only the neutron-server connects to the neutron database. Agents may never +connect directly to the database, as this would break the ability to do rolling +upgrades.