diff options
Diffstat (limited to 'doc/source')
| -rw-r--r-- | doc/source/devref/rabbit.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/devref/rabbit.rst b/doc/source/devref/rabbit.rst index d285e3198..9720b8bc2 100644 --- a/doc/source/devref/rabbit.rst +++ b/doc/source/devref/rabbit.rst @@ -87,7 +87,7 @@ At any given time the load of a RabbitMQ node is function of the following param * Throughput of API calls: the number of API calls (more precisely rpc.call ops) being served by the OpenStack cloud dictates the number of direct-based exchanges, related queues and direct consumers connected to them. * Number of Workers: there is one queue shared amongst workers with the same personality; however there are as many exclusive queues as the number of workers; the number of workers dictates also the number of routing keys within the topic-based exchange, which is shared amongst all workers. -The figure below shows the status of the RabbitMQ node after Nova components' bootstrap in a test environment. Queues being created by Nova components are: +The figure below shows the status of the RabbitMQ node after Nova components' bootstrap in a test environment. Exchanges and queues being created by Nova components are: * Exchanges 1. nova (topic exchange) |
