From cee841eff6fc6bbaa441f4b17ed440816187fbcb 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 --- module001-ch004-openstack-architecture.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module001-ch004-openstack-architecture.xml b/module001-ch004-openstack-architecture.xml index 8d7d85bf..1371a335 100644 --- a/module001-ch004-openstack-architecture.xml +++ b/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.