Fix misspell word
Change-Id: Ie0daee5800f89c50f1d80d14b9a8dd726c04da7b
This commit is contained in:
parent
af0087b5da
commit
10146978ea
@ -144,7 +144,7 @@ def update_database(conf):
|
||||
def loadapp(config, project_name=None):
|
||||
"""WSGI application creator for placement.
|
||||
|
||||
:param config: An olso_config.cfg.ConfigOpts containing placement
|
||||
:param config: An oslo_config.cfg.ConfigOpts containing placement
|
||||
configuration.
|
||||
:param project_name: oslo_config project name. Ignored, preserved for
|
||||
backwards compatibility
|
||||
|
@ -37,7 +37,7 @@ from placement.tests.functional.fixtures import capture
|
||||
from placement.tests.unit import policy_fixture
|
||||
|
||||
|
||||
# This global conf is not a global olso_config.cfg.CONF. It's a global
|
||||
# This global conf is not a global oslo_config.cfg.CONF. It's a global
|
||||
# used locally to work around a limitation in the way that gabbi instantiates
|
||||
# the WSGI application being tested.
|
||||
CONF = None
|
||||
|
Loading…
Reference in New Issue
Block a user