[doc] Fix three typos

olso => oslo

Change-Id: I44dcc86cd6b50017a30393749e458507bea016f7
This commit is contained in:
Atsushi SAKAI 2016-11-28 21:10:00 +09:00
parent f1d3dbd068
commit 081a5fb10e
2 changed files with 3 additions and 3 deletions

View File

@ -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.

View File

@ -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