Fix typo: 'olso' to 'oslo'

Change-Id: Ic86ded995ecf24b094b25c140da264526eafe611
This commit is contained in:
Edan David 2016-06-02 01:42:01 -04:00
parent e3d55aa275
commit 2668177256
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ The new driver is selected by specifying **amqp** as the transport
name. For example::
from oslo import messaging
from olso.config import cfg
from oslo.config import cfg
amqp_transport = messaging.get_transport(cfg.CONF,
"amqp://me:passwd@host:5672")