Add a note to ban agents from connecting to the DB

Change-Id: I7768b354c3f07aa7d692bbe8dc344e2fece592fa
This commit is contained in:
Henry Gessau 2015-10-19 10:05:13 -04:00
parent bdfe286db4
commit f0a297281e
1 changed files with 8 additions and 0 deletions

View 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.