From a4def753b14ead9b0a6ddbb1001407f9a9801af5 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Fri, 11 Apr 2014 09:46:24 +0200 Subject: [PATCH] Fix typo: AMPQ -> AMQP Change-Id: Ie780b3ba9d0812b03e18830c824deb2e847053ad Closes-Bug: #1306291 --- doc/common/section_getstart_compute.xml | 2 +- doc/training-guides/module001-ch004-openstack-architecture.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/common/section_getstart_compute.xml b/doc/common/section_getstart_compute.xml index b742bf4bb3..294d3750cb 100644 --- a/doc/common/section_getstart_compute.xml +++ b/doc/common/section_getstart_compute.xml @@ -183,7 +183,7 @@ The queue. A central hub for passing messages between daemons. Usually implemented with RabbitMQ, but - could be any AMPQ message queue, such as Apache Qpid or Zero MQ. diff --git a/doc/training-guides/module001-ch004-openstack-architecture.xml b/doc/training-guides/module001-ch004-openstack-architecture.xml index 8d7d85bf8f..1371a335e0 100644 --- a/doc/training-guides/module001-ch004-openstack-architecture.xml +++ b/doc/training-guides/module001-ch004-openstack-architecture.xml @@ -178,7 +178,7 @@ The queue provides a central hub for passing messages between daemons. This is usually implemented with RabbitMQ - today, but could be any AMPQ message queue (such as Apache + today, but could be any AMQP message queue (such as Apache Qpid). New to the Folsom release is support for Zero MQ.