2014-04-29 18:33:05 |
Justin Shepherd |
description |
On Ubuntu14.04
# cd /opt
# git clone https://github.com/openstack/keystone
# cd keystone
# virtualenv .venv
# tools/with_venv.sh pip install -r requirements.txt
-- venv and deps installed successfully --
tools/with_venv.sh bin/keystone-manage db_version
0
# tools/with_venv.sh bin/keystone-manage db_sync
2014-04-29 18:24:15.251 30096 CRITICAL keystone [-] KeyError: <VerNum(1)> |
On Ubuntu14.04
# cd /opt
# git clone https://github.com/openstack/keystone
# cd keystone
# virtualenv .venv
# tools/with_venv.sh pip install -r requirements.txt
Successfully installed pbr WebOb eventlet greenlet netaddr PasteDeploy Paste Routes six SQLAlchemy sqlalchemy-migrate passlib lxml iso8601 python-keystoneclient oslo.config oslo.messaging Babel oauthlib dogpile.cache jsonschema pycadf posix-ipc repoze.lru decorator Tempita PrettyTable requests stevedore PyYAML kombu pytz dogpile.core amqp anyjson
# tools/with_venv.sh bin/keystone-manage db_version
0
# tools/with_venv.sh bin/keystone-manage db_sync
2014-04-29 18:24:15.251 30096 CRITICAL keystone [-] KeyError: <VerNum(1)> |
|