Merge "Replace RPC Backend text in README"

This commit is contained in:
Jenkins 2015-07-03 01:41:54 +00:00 committed by Gerrit Code Review
commit ac32cf5425

View File

@ -115,6 +115,16 @@ following in the `localrc` section:
`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 web server can be enabled for wsgi services that support being deployed