summaryrefslogtreecommitdiffstats
path: root/doc/source
diff options
context:
space:
mode:
authorArmando Migliaccio <armando.migliaccio@citrix.com>2010-11-17 16:20:50 +0000
committerArmando Migliaccio <armando.migliaccio@citrix.com>2010-11-17 16:20:50 +0000
commit0c19386f7c4ca063edbf8c10ffb86b399884e457 (patch)
tree25a6d8732ca83438d30910b768b9a8c07f2a56c5 /doc/source
parent56c2df202d89f0954ab5a10284b3ee4d6111bc8b (diff)
downloadnova-0c19386f7c4ca063edbf8c10ffb86b399884e457.tar.gz
nova-0c19386f7c4ca063edbf8c10ffb86b399884e457.tar.xz
nova-0c19386f7c4ca063edbf8c10ffb86b399884e457.zip
small edit
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/devref/rabbit.rst2
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)