diff --git a/placement/deploy.py b/placement/deploy.py index c0206744f..69d62e509 100644 --- a/placement/deploy.py +++ b/placement/deploy.py @@ -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 diff --git a/placement/tests/functional/fixtures/gabbits.py b/placement/tests/functional/fixtures/gabbits.py index e88c463b7..003d030e1 100644 --- a/placement/tests/functional/fixtures/gabbits.py +++ b/placement/tests/functional/fixtures/gabbits.py @@ -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