From f0a297281ea80b03aba26069c7e64fee38d3a7fd Mon Sep 17 00:00:00 2001 From: Henry Gessau Date: Mon, 19 Oct 2015 10:05:13 -0400 Subject: [PATCH] Add a note to ban agents from connecting to the DB Change-Id: I7768b354c3f07aa7d692bbe8dc344e2fece592fa --- doc/source/devref/services_and_agents.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/source/devref/services_and_agents.rst b/doc/source/devref/services_and_agents.rst index 39d05735b..fcb9fa714 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. -- 2.45.2