From 0c19386f7c4ca063edbf8c10ffb86b399884e457 Mon Sep 17 00:00:00 2001 From: Armando Migliaccio Date: Wed, 17 Nov 2010 16:20:50 +0000 Subject: small edit --- doc/source/devref/rabbit.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/source') 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) -- cgit