Fix a typo

Correct a wrong package name in the comment line.

Trivial-Fix

Closes-Bug: #2092444
Change-Id: I9ba28cf529f249c2a06cfa253a0f736518fd374c
This commit is contained in:
Takashi Kajinami 2024-12-24 23:17:58 +09:00
parent e1fde47a0c
commit ca0dbdab8c

View File

@ -25,9 +25,9 @@ def _get_root_path():
return os.path.dirname(os.path.abspath(__file__)) return os.path.dirname(os.path.abspath(__file__))
# --------------------------------------------------- # ----------------------------------------------------
# Override horizn, openstack_auth and Django settings # Override horizon, openstack_auth and Django settings
# --------------------------------------------------- # ----------------------------------------------------
WEBROOT = '/' # from openstack_auth WEBROOT = '/' # from openstack_auth