It seems the root cause is that dogpile.cache failed to get installed, but devstack moved on anyway, ultimately failing to start keystone.
2014-02-24 20:37:13 Downloading/unpacking dogpile.cache>=0.5.0 (from keystone==2013.2.2) 2014-02-24 20:37:13 Cannot fetch index base URL http://pypi.openstack.org/openstack/ 2014-02-24 20:37:13 Could not find any downloads that satisfy the requirement dogpile.cache>=0.5.0 (from keystone==2013.2.2) 2014-02-24 20:37:13 Cleaning up... 2014-02-24 20:37:13 No distributions at all found for dogpile.cache>=0.5.0 (from keystone==2013.2.2) >From http://logs.openstack.org/85/61985/5/gate/gate-grenade- dsvm/d557147/logs/old/devstacklog.txt.gz Doesn't appear to be a frequent issue though: http://logstash.openstack.org/#eyJzZWFyY2giOiJcIkNhbm5vdCBmZXRjaCBpbmRleCBiYXNlIFVSTCBodHRwOi8vcHlwaS5vcGVuc3RhY2sub3JnL29wZW5zdGFjay9cIiIsImZpZWxkcyI6W10sIm9mZnNldCI6MCwidGltZWZyYW1lIjoiYWxsIiwiZ3JhcGhtb2RlIjoiY291bnQiLCJ0aW1lIjp7InVzZXJfaW50ZXJ2YWwiOjB9LCJzdGFtcCI6MTM5NDU3MTQ5NDIwOSwibW9kZSI6IiIsImFuYWx5emVfZmllbGQiOiIifQ== ** Changed in: keystone Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1284579 Title: No module named dogpile.cache failed gate-grenade-dsvm job Status in OpenStack Identity (Keystone): Invalid Status in OpenStack Core Infrastructure: Won't Fix Bug description: In gate-grenade-dsvm test, keystone failed to start due to "ImportError: No module named dogpile.cache" http://logs.openstack.org/85/61985/5/gate/gate-grenade- dsvm/d557147/console.html 2014-02-24 20:38:43.606 | 2014-02-24 20:38:43 + mysql -uroot -psecret -h127.0.0.1 -e 'DROP DATABASE IF EXISTS keystone;' 2014-02-24 20:38:43.612 | 2014-02-24 20:38:43 + mysql -uroot -psecret -h127.0.0.1 -e 'CREATE DATABASE keystone CHARACTER SET utf8;' 2014-02-24 20:38:43.618 | 2014-02-24 20:38:43 + /opt/stack/old/keystone/bin/keystone-manage db_sync 2014-02-24 20:38:43.624 | 2014-02-24 20:38:43 Traceback (most recent call last): 2014-02-24 20:38:43.630 | 2014-02-24 20:38:43 File "/opt/stack/old/keystone/bin/keystone-manage", line 37, in <module> 2014-02-24 20:38:43.635 | 2014-02-24 20:38:43 from keystone import cli 2014-02-24 20:38:43.642 | 2014-02-24 20:38:43 File "/opt/stack/old/keystone/keystone/cli.py", line 32, in <module> 2014-02-24 20:38:43.648 | 2014-02-24 20:38:43 from keystone import token 2014-02-24 20:38:43.655 | 2014-02-24 20:38:43 File "/opt/stack/old/keystone/keystone/token/__init__.py", line 18, in <module> 2014-02-24 20:38:43.660 | 2014-02-24 20:38:43 from keystone.token import controllers 2014-02-24 20:38:43.666 | 2014-02-24 20:38:43 File "/opt/stack/old/keystone/keystone/token/controllers.py", line 27, in <module> 2014-02-24 20:38:43.672 | 2014-02-24 20:38:43 from keystone.token import core 2014-02-24 20:38:43.679 | 2014-02-24 20:38:43 File "/opt/stack/old/keystone/keystone/token/core.py", line 22, in <module> 2014-02-24 20:38:43.684 | 2014-02-24 20:38:43 from keystone.common import cache 2014-02-24 20:38:43.690 | 2014-02-24 20:38:43 File "/opt/stack/old/keystone/keystone/common/cache/__init__.py", line 17, in <module> 2014-02-24 20:38:43.696 | 2014-02-24 20:38:43 from keystone.common.cache.core import * # flake8: noqa 2014-02-24 20:38:43.702 | 2014-02-24 20:38:43 File "/opt/stack/old/keystone/keystone/common/cache/core.py", line 19, in <module> 2014-02-24 20:38:43.708 | 2014-02-24 20:38:43 import dogpile.cache 2014-02-24 20:38:43.714 | 2014-02-24 20:38:43 ImportError: No module named dogpile.cache This issue occurred just once in last 48 hours. http://logstash.openstack.org/#eyJzZWFyY2giOiJcIk5vIG1vZHVsZSBuYW1lZCBkb2dwaWxlLmNhY2hlXCIiLCJmaWVsZHMiOltdLCJvZmZzZXQiOjAsInRpbWVmcmFtZSI6IjE3MjgwMCIsImdyYXBobW9kZSI6ImNvdW50IiwidGltZSI6eyJ1c2VyX2ludGVydmFsIjowfSwic3RhbXAiOjEzOTMzMjQ4MDA2OTQsIm1vZGUiOiIiLCJhbmFseXplX2ZpZWxkIjoiIn0= To manage notifications about this bug go to: https://bugs.launchpad.net/keystone/+bug/1284579/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

