From 081a5fb10ebce0fff60fcdf60bb6aea01c43003c Mon Sep 17 00:00:00 2001 From: Atsushi SAKAI Date: Mon, 28 Nov 2016 21:10:00 +0900 Subject: [PATCH] [doc] Fix three typos olso => oslo Change-Id: I44dcc86cd6b50017a30393749e458507bea016f7 --- doc/source/AMQP1.0.rst | 2 +- .../amqp1_driver/oslo_messaging_amqp_driver_overview.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/AMQP1.0.rst b/doc/source/AMQP1.0.rst index 100644e25..3723b0094 100644 --- a/doc/source/AMQP1.0.rst +++ b/doc/source/AMQP1.0.rst @@ -533,7 +533,7 @@ update the qpidd.conf values to match. DevStack Support ================ -The plugin for the AMQP 1.0 olso.messaging driver is supported by +The plugin for the AMQP 1.0 oslo.messaging driver is supported by DevStack. The plugin supports the use of either the broker or router intermediary. diff --git a/oslo_messaging/_drivers/amqp1_driver/oslo_messaging_amqp_driver_overview.rst b/oslo_messaging/_drivers/amqp1_driver/oslo_messaging_amqp_driver_overview.rst index f98e1b9ee..b557de4ce 100644 --- a/oslo_messaging/_drivers/amqp1_driver/oslo_messaging_amqp_driver_overview.rst +++ b/oslo_messaging/_drivers/amqp1_driver/oslo_messaging_amqp_driver_overview.rst @@ -8,8 +8,8 @@ Introduction ============ This document describes the architecture and implementation of the -olso.messaging AMQP 1.0 driver. The AMQP 1.0 driver provides an -implementation of the olso.messaging base driver service interfaces +oslo.messaging AMQP 1.0 driver. The AMQP 1.0 driver provides an +implementation of the oslo.messaging base driver service interfaces that map client application RPC and Notify methods "onto" the operation of an AMQP 1.0 protocol messaging bus. The blueprint for the original driver can be found here [1]_ and the original implementation is described in