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
This commit is contained in:
10
README.md
10
README.md
@@ -115,6 +115,16 @@ following in the `localrc` section:
|
|||||||
|
|
||||||
`mysql` is the default database.
|
`mysql` is the default database.
|
||||||
|
|
||||||
|
# RPC Backend
|
||||||
|
|
||||||
|
Support for a RabbitMQ RPC backend is included. Additional RPC backends may
|
||||||
|
be available via external plugins. Enabling or disabling RabbitMQ is handled
|
||||||
|
via the usual service functions and ``ENABLED_SERVICES``.
|
||||||
|
|
||||||
|
Example disabling RabbitMQ in ``local.conf``:
|
||||||
|
|
||||||
|
disable_service rabbit
|
||||||
|
|
||||||
# Apache Frontend
|
# Apache Frontend
|
||||||
|
|
||||||
Apache web server can be enabled for wsgi services that support being deployed
|
Apache web server can be enabled for wsgi services that support being deployed
|
||||||
|
|||||||
Reference in New Issue
Block a user