yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #09582
[Bug 1279100] [NEW] keystone failed to start "No module named passlib.hash"
Public bug reported:
Got this error from a gate verify, don't see any existing bugs
describing the problem:
https://review.openstack.org/#/c/71929/
http://logs.openstack.org/29/71929/4/check/check-tempest-dsvm-postgres-
full/859ca89/console.html
2014-02-11 20:41:33.757 | 2014-02-11 20:41:33 [Call Trace]
2014-02-11 20:41:33.759 | 2014-02-11 20:41:33 ./stack.sh:902:start_keystone
2014-02-11 20:41:33.761 | 2014-02-11 20:41:33 /opt/stack/new/devstack/lib/keystone:419:die
2014-02-11 20:41:33.782 | 2014-02-11 20:41:33 [ERROR] /opt/stack/new/devstack/lib/keystone:419 keystone did not start
2014-02-11 20:41:36.751 | Build step 'Execute shell' marked build as failure
2014-02-11 20:41:38.318 | [SCP] Connecting to static.openstack.org
http://logs.openstack.org/29/71929/4/check/check-tempest-dsvm-postgres-
full/859ca89/logs/screen-key.txt.gz
+ ln -sf /opt/stack/new/screen-logs/screen-key.2014-02-11-203430.log /opt/stack/new/screen-logs/screen-key.log
+ export PYTHONUNBUFFERED=1
+ PYTHONUNBUFFERED=1
+ exec /bin/bash -c 'cd /opt/stack/new/keystone && /opt/stack/new/keystone/bin/keystone-all --config-file /etc/keystone/keystone.conf --debug'
Traceback (most recent call last):
File "/opt/stack/new/keystone/bin/keystone-all", line 47, in <module>
from keystone.common import sql
File "/opt/stack/new/keystone/keystone/common/sql/__init__.py", line 18, in <module>
from keystone.common.sql.core import *
File "/opt/stack/new/keystone/keystone/common/sql/core.py", line 32, in <module>
from keystone.common import utils
File "/opt/stack/new/keystone/keystone/common/utils.py", line 28, in <module>
import passlib.hash
ImportError: No module named passlib.hash
** Affects: keystone
Importance: Undecided
Status: New
** Affects: tempest
Importance: Undecided
Status: New
** Also affects: keystone
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1279100
Title:
keystone failed to start "No module named passlib.hash"
Status in OpenStack Identity (Keystone):
New
Status in Tempest:
New
Bug description:
Got this error from a gate verify, don't see any existing bugs
describing the problem:
https://review.openstack.org/#/c/71929/
http://logs.openstack.org/29/71929/4/check/check-tempest-dsvm-
postgres-full/859ca89/console.html
2014-02-11 20:41:33.757 | 2014-02-11 20:41:33 [Call Trace]
2014-02-11 20:41:33.759 | 2014-02-11 20:41:33 ./stack.sh:902:start_keystone
2014-02-11 20:41:33.761 | 2014-02-11 20:41:33 /opt/stack/new/devstack/lib/keystone:419:die
2014-02-11 20:41:33.782 | 2014-02-11 20:41:33 [ERROR] /opt/stack/new/devstack/lib/keystone:419 keystone did not start
2014-02-11 20:41:36.751 | Build step 'Execute shell' marked build as failure
2014-02-11 20:41:38.318 | [SCP] Connecting to static.openstack.org
http://logs.openstack.org/29/71929/4/check/check-tempest-dsvm-
postgres-full/859ca89/logs/screen-key.txt.gz
+ ln -sf /opt/stack/new/screen-logs/screen-key.2014-02-11-203430.log /opt/stack/new/screen-logs/screen-key.log
+ export PYTHONUNBUFFERED=1
+ PYTHONUNBUFFERED=1
+ exec /bin/bash -c 'cd /opt/stack/new/keystone && /opt/stack/new/keystone/bin/keystone-all --config-file /etc/keystone/keystone.conf --debug'
Traceback (most recent call last):
File "/opt/stack/new/keystone/bin/keystone-all", line 47, in <module>
from keystone.common import sql
File "/opt/stack/new/keystone/keystone/common/sql/__init__.py", line 18, in <module>
from keystone.common.sql.core import *
File "/opt/stack/new/keystone/keystone/common/sql/core.py", line 32, in <module>
from keystone.common import utils
File "/opt/stack/new/keystone/keystone/common/utils.py", line 28, in <module>
import passlib.hash
ImportError: No module named passlib.hash
To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1279100/+subscriptions
Follow ups
References