From 10146978ea2d7eace1ffdf6552eafd22360e37dd Mon Sep 17 00:00:00 2001 From: "Q.hongtao" Date: Fri, 6 Sep 2019 16:51:04 +0800 Subject: [PATCH] Fix misspell word Change-Id: Ie0daee5800f89c50f1d80d14b9a8dd726c04da7b --- placement/deploy.py | 2 +- placement/tests/functional/fixtures/gabbits.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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