Merge "Fix the wrong doc use oslo_conf param"

This commit is contained in:
Zuul 2020-03-31 11:46:07 +00:00 committed by Gerrit Code Review
commit 9595789f94
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ construct a Connection with the ``CONF`` object and an authenticated Session.
conn = connection.Connection( conn = connection.Connection(
session=session, session=session,
oslo_config=CONF) oslo_conf=CONF)
From existing CloudRegion From existing CloudRegion
------------------------- -------------------------