]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Add a note to ban agents from connecting to the DB
authorHenry Gessau <gessau@cisco.com>
Mon, 19 Oct 2015 14:05:13 +0000 (10:05 -0400)
committerHenry Gessau <gessau@cisco.com>
Mon, 19 Oct 2015 14:05:13 +0000 (10:05 -0400)
Change-Id: I7768b354c3f07aa7d692bbe8dc344e2fece592fa

doc/source/devref/services_and_agents.rst

index 39d05735b7ccaed697cc4f03ddca34e9986cf352..fcb9fa714d758384b3151459997d4cba20ba8787 100644 (file)
@@ -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 <https://review.openstack.org/154642>`_.
+
+
+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.