<html><body><p>I get this when running tempest now on a devstack I installed today. I did not have this issue on a devstack installation I did a few days ago. This is on ubuntu 14.04 LTS.<br><br>Everything else on this system seems to be working just fine. Only run_tempest throws this exception.<br><br>./run_tempest.sh -s;    RuntimeError: no suitable implementation for this system.<br><br>A deeper look finds this in key.log<br><br>2016-01-26 20:07:53.991616 10461 INFO keystone.common.wsgi [req-a184a559-91d4-4f87-b36c-5b5c1c088a4c - - - - -] POST <a href="http://127.0.0.1:5000/v2.0/tokens">http://127.0.0.1:5000/v2.0/tokens</a><br>2016-01-26 20:07:58.000373 mod_wsgi (pid=10460): Target WSGI script '/usr/local/bin/keystone-wsgi-public' cannot be loaded as Python module.<br>2016-01-26 20:07:58.008776 mod_wsgi (pid=10460): Exception occurred processing WSGI script '/usr/local/bin/keystone-wsgi-public'.<br>2016-01-26 20:07:58.009147 Traceback (most recent call last):<br>2016-01-26 20:07:58.009308   File "/usr/local/bin/keystone-wsgi-public", line 6, in <module><br>2016-01-26 20:07:58.019625     from keystone.server.wsgi import initialize_public_application<br>2016-01-26 20:07:58.019725   File "/opt/stack/keystone/keystone/server/wsgi.py", line 28, in <module><br>2016-01-26 20:07:58.029498     from keystone.common import config<br>2016-01-26 20:07:58.029561   File "/opt/stack/keystone/keystone/common/config.py", line 18, in <module><br>2016-01-26 20:07:58.090786     from oslo_cache import core as cache<br>2016-01-26 20:07:58.090953   File "/usr/local/lib/python2.7/dist-packages/oslo_cache/__init__.py", line 14, in <module><br>2016-01-26 20:07:58.095327     from oslo_cache.core import *  # noqa<br>2016-01-26 20:07:58.095423   File "/usr/local/lib/python2.7/dist-packages/oslo_cache/core.py", line 42, in <module><br>2016-01-26 20:07:58.097721     from oslo_log import log<br>2016-01-26 20:07:58.097776   File "/usr/local/lib/python2.7/dist-packages/oslo_log/log.py", line 50, in <module><br>2016-01-26 20:07:58.100863     from oslo_log import formatters<br>2016-01-26 20:07:58.100931   File "/usr/local/lib/python2.7/dist-packages/oslo_log/formatters.py", line 27, in <module><br>2016-01-26 20:07:58.102743     from oslo_serialization import jsonutils<br>2016-01-26 20:07:58.102807   File "/usr/local/lib/python2.7/dist-packages/oslo_serialization/jsonutils.py", line 60, in <module><br>2016-01-26 20:07:58.124702     from oslo_utils import timeutils<br>2016-01-26 20:07:58.124862   File "/usr/local/lib/python2.7/dist-packages/oslo_utils/timeutils.py", line 27, in <module><br>2016-01-26 20:07:58.128004     from monotonic import monotonic as now  # noqa<br>2016-01-26 20:07:58.128047   File "/usr/local/lib/python2.7/dist-packages/monotonic.py", line 131, in <module><br>2016-01-26 20:07:58.152613     raise RuntimeError('no suitable implementation for this system')<br>2016-01-26 20:07:58.154446 RuntimeError: no suitable implementation for this system<br>2016-01-26 20:09:49.247986 10464 INFO keystone.common.wsgi [req-7c00064c-318d-419a-8aaa-0536e74db473 - - - - -] GET <a href="http://127.0.0.1:35357/">http://127.0.0.1:35357/</a><br>2016-01-26 20:09:49.339477 10468 DEBUG keystone.middleware.auth [req-4851e134-1f0c-45b0-959c-881a2b1f5fd8 - - - - -] There is either no auth token in the request or the certificate issuer is not trusted. No auth context will be set. process_request /opt/stack/keystone/keystone/middleware/auth.py:171<br><br>A peek in monotonic.py finds where the exception is.<br><br>The version of monotonic is:<br><br>---<br>Metadata-Version: 2.0<br>Name: monotonic<br>Version: 0.5<br>Summary: An implementation of time.monotonic() for Python 2 & < 3.3<br>Home-page: <a href="https://github.com/atdt/monotonic">https://github.com/atdt/monotonic</a><br>Author: Ori Livneh<br>Author-email: ori@wikimedia.org<br>License: Apache<br>Location: /usr/local/lib/python2.7/dist-packages<br><br>Any suggestions on how to get around this one? <br>Bug?<br><br>Bob Hansen<br>z/VM OpenStack Enablement <br><BR>
</body></html>