Fix the wrong doc use oslo_conf param

Change-Id: I95e4515cae03718cf06c93f329b45f0816d07edf
This commit is contained in:
zhurong 2019-09-19 23:45:28 -07:00
parent d1b5a5ef20
commit c1dd675c8c
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(
session=session,
oslo_config=CONF)
oslo_conf=CONF)
From existing CloudRegion
-------------------------