Debian Packaging

Bug #843059 reported by klmitch
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
OpenStack Identity (keystone)
In Progress
High
Unassigned

Bug Description

We need to add debian packages to Keystone (in launchpad, preferable in OpenStack PPA)

Tags: feature
Dolph Mathews (dolph)
Changed in keystone:
status: Confirmed → In Progress
Revision history for this message
Jason Hedden (jhedden) wrote :

Not sure if this is the right place for this, but please note for future packages the current Oneiric package (1.0~d4~20110929.1190-0ubuntu0ppa1~oneiric1) keystone.conf sql_connection is set to relative (///), instead of absolute (////).

This causes keystone-manage to die with:
# keystone-manage user list
ERROR: (OperationalError) unable to open database file None None
Traceback (most recent call last):
  File "/usr/bin/keystone-manage", line 16, in <module>
    keystone.manage.main()
  File "/usr/lib/python2.7/dist-packages/keystone/manage/__init__.py", line 249, in main
    raise exc
sqlalchemy.exc.OperationalError: (OperationalError) unable to open database file None None

After fixing sql_connection = sqlite:////var/lib/keystone/keystone.db

# keystone-manage user list
id enabled tenant
-------------------------------------------------------------------------------

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.