Hi, All: I've deployed one undercloud on baremetal using tripleO devtest. But when I acces horzion dashboard on webpage, I got error in apache log, please help:
[Mon Aug 25 05:01:34.749209 2014] [authz_core:debug] [pid 8109:tid 3053452096] mod_authz_core.c(802): [client 72.163.255.76:57077] AH01626: authorization result of Require all granted: granted [Mon Aug 25 05:01:34.749249 2014] [authz_core:debug] [pid 8109:tid 3053452096] mod_authz_core.c(802): [client 72.163.255.76:57077] AH01626: authorization result of <RequireAny>: granted [Mon Aug 25 05:01:34.749338 2014] [authz_core:debug] [pid 8109:tid 3053452096] mod_authz_core.c(802): [client 72.163.255.76:57077] AH01626: authorization result of Require all granted: granted [Mon Aug 25 05:01:34.749350 2014] [authz_core:debug] [pid 8109:tid 3053452096] mod_authz_core.c(802): [client 72.163.255.76:57077] AH01626: authorization result of <RequireAny>: granted [Mon Aug 25 05:01:34.749611 2014] [:info] [pid 8106:tid 3046533952] [remote 72.163.255.76:51894] mod_wsgi (pid=8106, process='horizon', application=''): Loading WSGI script '/opt/stack/venvs/openstack/lib/python2.7/site-packages/openstack_dashboard/wsgi/django.wsgi'. [Mon Aug 25 05:01:35.046323 2014] [:error] [pid 8106:tid 3046533952] ...osprofiler.messaging [Mon Aug 25 05:01:35.046432 2014] [:error] [pid 8106:tid 3046533952] [remote 72.163.255.76:51894] mod_wsgi (pid=8106): Exception occurred processing WSGI script '/opt/stack/venvs/openstack/lib/python2.7/site-packages/openstack_dashboard/wsgi/django.wsgi'. [Mon Aug 25 05:01:35.046464 2014] [:error] [pid 8106:tid 3046533952] [remote 72.163.255.76:51894] Traceback (most recent call last): [Mon Aug 25 05:01:35.046488 2014] [:error] [pid 8106:tid 3046533952] [remote 72.163.255.76:51894] File "/opt/stack/venvs/openstack/lib/python2.7/site-packages/django/core/handlers/wsgi.py", line 187, in __call__ [Mon Aug 25 05:01:35.046592 2014] [:error] [pid 8106:tid 3046533952] [remote 72.163.255.76:51894] self.load_middleware() [Mon Aug 25 05:01:35.046615 2014] [:error] [pid 8106:tid 3046533952] [remote 72.163.255.76:51894] File "/opt/stack/venvs/openstack/lib/python2.7/site-packages/django/core/handlers/base.py", line 44, in load_middleware [Mon Aug 25 05:01:35.046738 2014] [:error] [pid 8106:tid 3046533952] [remote 72.163.255.76:51894] for middleware_path in settings.MIDDLEWARE_CLASSES: [Mon Aug 25 05:01:35.046761 2014] [:error] [pid 8106:tid 3046533952] [remote 72.163.255.76:51894] File "/opt/stack/venvs/openstack/lib/python2.7/site-packages/django/conf/__init__.py", line 54, in __getattr__ [Mon Aug 25 05:01:35.046855 2014] [:error] [pid 8106:tid 3046533952] [remote 72.163.255.76:51894] self._setup(name) [Mon Aug 25 05:01:35.046875 2014] [:error] [pid 8106:tid 3046533952] [remote 72.163.255.76:51894] File "/opt/stack/venvs/openstack/lib/python2.7/site-packages/django/conf/__init__.py", line 49, in _setup [Mon Aug 25 05:01:35.046897 2014] [:error] [pid 8106:tid 3046533952] [remote 72.163.255.76:51894] self._wrapped = Settings(settings_module) [Mon Aug 25 05:01:35.046914 2014] [:error] [pid 8106:tid 3046533952] [remote 72.163.255.76:51894] File "/opt/stack/venvs/openstack/lib/python2.7/site-packages/django/conf/__init__.py", line 128, in __init__ [Mon Aug 25 05:01:35.046934 2014] [:error] [pid 8106:tid 3046533952] [remote 72.163.255.76:51894] mod = importlib.import_module(self.SETTINGS_MODULE) [Mon Aug 25 05:01:35.046949 2014] [:error] [pid 8106:tid 3046533952] [remote 72.163.255.76:51894] File "/opt/stack/venvs/openstack/lib/python2.7/site-packages/django/utils/importlib.py", line 40, in import_module [Mon Aug 25 05:01:35.047001 2014] [:error] [pid 8106:tid 3046533952] [remote 72.163.255.76:51894] __import__(name) [Mon Aug 25 05:01:35.047020 2014] [:error] [pid 8106:tid 3046533952] [remote 72.163.255.76:51894] File "/opt/stack/venvs/openstack/lib/python2.7/site-packages/openstack_dashboard/wsgi/../../openstack_dashboard/settings.py", line 28, in <module> [Mon Aug 25 05:01:35.047141 2014] [:error] [pid 8106:tid 3046533952] [remote 72.163.255.76:51894] from openstack_dashboard import exceptions [Mon Aug 25 05:01:35.047161 2014] [:error] [pid 8106:tid 3046533952] [remote 72.163.255.76:51894] File "/opt/stack/venvs/openstack/lib/python2.7/site-packages/openstack_dashboard/wsgi/../../openstack_dashboard/exceptions.py", line 22, in <module> [Mon Aug 25 05:01:35.047222 2014] [:error] [pid 8106:tid 3046533952] [remote 72.163.255.76:51894] from keystoneclient import exceptions as keystoneclient [Mon Aug 25 05:01:35.047241 2014] [:error] [pid 8106:tid 3046533952] [remote 72.163.255.76:51894] File "/opt/stack/venvs/openstack/lib/python2.7/site-packages/openstack_dashboard/wsgi/../../keystoneclient/__init__.py", line 28, in <module> [Mon Aug 25 05:01:35.047294 2014] [:error] [pid 8106:tid 3046533952] [remote 72.163.255.76:51894] from keystoneclient import client [Mon Aug 25 05:01:35.047312 2014] [:error] [pid 8106:tid 3046533952] [remote 72.163.255.76:51894] File "/opt/stack/venvs/openstack/lib/python2.7/site-packages/openstack_dashboard/wsgi/../../keystoneclient/client.py", line 13, in <module> [Mon Aug 25 05:01:35.047369 2014] [:error] [pid 8106:tid 3046533952] [remote 72.163.255.76:51894] from keystoneclient import discover [Mon Aug 25 05:01:35.047387 2014] [:error] [pid 8106:tid 3046533952] [remote 72.163.255.76:51894] File "/opt/stack/venvs/openstack/lib/python2.7/site-packages/openstack_dashboard/wsgi/../../keystoneclient/discover.py", line 19, in <module> [Mon Aug 25 05:01:35.047489 2014] [:error] [pid 8106:tid 3046533952] [remote 72.163.255.76:51894] from keystoneclient import session as client_session [Mon Aug 25 05:01:35.047508 2014] [:error] [pid 8106:tid 3046533952] [remote 72.163.255.76:51894] File "/opt/stack/venvs/openstack/lib/python2.7/site-packages/openstack_dashboard/wsgi/../../keystoneclient/session.py", line 27, in <module> [Mon Aug 25 05:01:35.047710 2014] [:error] [pid 8106:tid 3046533952] [remote 72.163.255.76:51894] osprofiler_web = importutils.try_import("osprofiler.web") [Mon Aug 25 05:01:35.047731 2014] [:error] [pid 8106:tid 3046533952] [remote 72.163.255.76:51894] File "/opt/stack/venvs/openstack/lib/python2.7/site-packages/openstack_dashboard/wsgi/../../keystoneclient/openstack/common/importutils.py", line 71, in try_import [Mon Aug 25 05:01:35.047794 2014] [:error] [pid 8106:tid 3046533952] [remote 72.163.255.76:51894] return import_module(import_str) [Mon Aug 25 05:01:35.047813 2014] [:error] [pid 8106:tid 3046533952] [remote 72.163.255.76:51894] File "/opt/stack/venvs/openstack/lib/python2.7/site-packages/openstack_dashboard/wsgi/../../keystoneclient/openstack/common/importutils.py", line 57, in import_module [Mon Aug 25 05:01:35.047835 2014] [:error] [pid 8106:tid 3046533952] [remote 72.163.255.76:51894] __import__(import_str) [Mon Aug 25 05:01:35.047850 2014] [:error] [pid 8106:tid 3046533952] [remote 72.163.255.76:51894] File "/opt/stack/venvs/openstack/lib/python2.7/site-packages/openstack_dashboard/wsgi/../../osprofiler/__init__.py", line 23, in <module> [Mon Aug 25 05:01:35.047904 2014] [:error] [pid 8106:tid 3046533952] [remote 72.163.255.76:51894] utils.import_modules_from_package("osprofiler._notifiers") [Mon Aug 25 05:01:35.047924 2014] [:error] [pid 8106:tid 3046533952] [remote 72.163.255.76:51894] File "/opt/stack/venvs/openstack/lib/python2.7/site-packages/openstack_dashboard/wsgi/../../osprofiler/_utils.py", line 173, in import_modules_from_package [Mon Aug 25 05:01:35.048009 2014] [:error] [pid 8106:tid 3046533952] [remote 72.163.255.76:51894] __import__(module_name) [Mon Aug 25 05:01:35.048037 2014] [:error] [pid 8106:tid 3046533952] [remote 72.163.255.76:51894] ValueError: Empty module name *Best Regards!* *Chao Yan--------------**My twitter:Andy Yan @yanchao727 <https://twitter.com/yanchao727>* *My Weibo:http://weibo.com/herewearenow <http://weibo.com/herewearenow>* *--------------*
_______________________________________________ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.org Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack