Browse code

Replace RPC Backend text in README

Review https://review.openstack.org/#/c/192154/ removed support for RPC backends
other than RabbitMQ, but we should still document how to disable rabbit.

Change-Id: I1fd64b5f02573c58d7b0d1005c39a22c459a09a5

Dean Troyer authored on 2015/07/02 01:28:32
Showing 1 changed files
... ...
@@ -115,6 +115,16 @@ following in the `localrc` section:
115 115
 
116 116
 `mysql` is the default database.
117 117
 
118
+# RPC Backend
119
+
120
+Support for a RabbitMQ RPC backend is included. Additional RPC backends may
121
+be available via external plugins.  Enabling or disabling RabbitMQ is handled
122
+via the usual service functions and ``ENABLED_SERVICES``.
123
+
124
+Example disabling RabbitMQ in ``local.conf``:
125
+
126
+    disable_service rabbit
127
+
118 128
 # Apache Frontend
119 129
 
120 130
 Apache web server can be enabled for wsgi services that support being deployed