Merge "Fix typo: 'olso' to 'oslo'"

This commit is contained in:
Jenkins 2016-06-02 13:56:57 +00:00 committed by Gerrit Code Review
commit a30f3e1cc5

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