[Bug 944684] Re: Error installing keystone selecting dbconfig-common and sqlite3 as the backend

2014-03-07 Thread James Page
Marking fix released in trunk as we don't use dbconfig-common any longer
but leave a task up for 12.04 which still does.

** Also affects: keystone (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Changed in: keystone (Ubuntu)
   Status: Confirmed = Fix Released

** Changed in: keystone (Ubuntu Precise)
   Status: New = Triaged

** Changed in: keystone (Ubuntu Precise)
   Importance: Undecided = Medium

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to keystone in Ubuntu.
https://bugs.launchpad.net/bugs/944684

Title:
  Error installing keystone selecting dbconfig-common and sqlite3 as the
  backend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/keystone/+bug/944684/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 944684] Re: Error installing keystone selecting dbconfig-common and sqlite3 as the backend

2012-05-01 Thread Launchpad Bug Tracker
[Expired for keystone (Ubuntu) because there has been no activity for 60
days.]

** Changed in: keystone (Ubuntu)
   Status: Incomplete = Expired

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to keystone in Ubuntu.
https://bugs.launchpad.net/bugs/944684

Title:
  Error installing keystone selecting dbconfig-common and sqlite3 as the
  backend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/keystone/+bug/944684/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 944684] Re: Error installing keystone selecting dbconfig-common and sqlite3 as the backend

2012-03-02 Thread rubiojr
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to keystone in Ubuntu.
https://bugs.launchpad.net/bugs/944684

Title:
  Error installing keystone selecting dbconfig-common and sqlite3 as the
  backend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/keystone/+bug/944684/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 944684] Re: Error installing keystone selecting dbconfig-common and sqlite3 as the backend

2012-03-02 Thread rubiojr
First clean keystone install.

** Branch linked: lp:~openstack-ubuntu-packagers/keystone/ubuntu

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to keystone in Ubuntu.
https://bugs.launchpad.net/bugs/944684

Title:
  Error installing keystone selecting dbconfig-common and sqlite3 as the
  backend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/keystone/+bug/944684/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 944684] Re: Error installing keystone selecting dbconfig-common and sqlite3 as the backend

2012-03-02 Thread Dave Walker
Thanks for this bug report.  Today, keystone should have a major change,
which has been held back until now.  The 'upstream' of keystone has
performed a rewrite, which should land today.

I'd be interested if you could try to reproduce this after it is
uploaded.

Thanks.

** Changed in: keystone (Ubuntu)
   Status: New = Incomplete

** Changed in: keystone (Ubuntu)
   Importance: Undecided = Medium

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to keystone in Ubuntu.
https://bugs.launchpad.net/bugs/944684

Title:
  Error installing keystone selecting dbconfig-common and sqlite3 as the
  backend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/keystone/+bug/944684/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 944684] Re: Error installing keystone selecting dbconfig-common and sqlite3 as the backend

2012-03-02 Thread rubiojr
Thanks Dave,

Installing works now, but removing throws an error:

Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following packages will be REMOVED:
  keystone
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
After this operation, 106 kB disk space will be freed.
Do you want to continue [Y/n]? y
(Reading database ... 295329 files and directories currently installed.)
Removing keystone ...
dpkg: error processing keystone (--remove):
 subprocess installed pre-removal script returned error exit status 10
postinst called with unknown argument `abort-remove'
Errors were encountered while processing:
 keystone
E: Sub-process /usr/bin/dpkg returned an error code (1)

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to keystone in Ubuntu.
https://bugs.launchpad.net/bugs/944684

Title:
  Error installing keystone selecting dbconfig-common and sqlite3 as the
  backend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/keystone/+bug/944684/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 944684] Re: Error installing keystone selecting dbconfig-common and sqlite3 as the backend

2012-03-02 Thread rubiojr
Also dpkg-reconfigure keystone and using sqlite3 throws the following
error:

Traceback (most recent call last):
  File /usr/bin/keystone-manage, line 28, in module
cli.main(argv=sys.argv, config_files=config_files)
  File /usr/lib/python2.7/dist-packages/keystone/cli.py, line 147, in main
return run(cmd, (args[:1] + args[2:]))
  File /usr/lib/python2.7/dist-packages/keystone/cli.py, line 133, in run
return CMDS[cmd](argv=args).run()
  File /usr/lib/python2.7/dist-packages/keystone/cli.py, line 35, in run
return self.main()
  File /usr/lib/python2.7/dist-packages/keystone/cli.py, line 56, in main
driver.db_sync()
  File /usr/lib/python2.7/dist-packages/keystone/identity/backends/sql.py, 
line 120, in db_sync
migration.db_sync()
  File /usr/lib/python2.7/dist-packages/keystone/common/sql/migration.py, 
line 50, in db_sync
current_version = db_version()
  File /usr/lib/python2.7/dist-packages/keystone/common/sql/migration.py, 
line 66, in db_version
return db_version_control(0)
  File /usr/lib/python2.7/dist-packages/keystone/common/sql/migration.py, 
line 72, in db_version_control
CONF.sql.connection, repo_path, version)
  File string, line 2, in version_control
  File /usr/lib/python2.7/dist-packages/migrate/versioning/util/__init__.py, 
line 159, in with_engine
return f(*a, **kw)
  File /usr/lib/python2.7/dist-packages/migrate/versioning/api.py, line 250, 
in version_control
ControlledSchema.create(engine, repository, version)
  File /usr/lib/python2.7/dist-packages/migrate/versioning/schema.py, line 
139, in create
table = cls._create_table_version(engine, repository, version)
  File /usr/lib/python2.7/dist-packages/migrate/versioning/schema.py, line 
180, in _create_table_version
if not table.exists():
  File /usr/lib/python2.7/dist-packages/sqlalchemy/schema.py, line 549, in 
exists
self.name, schema=self.schema)
  File /usr/lib/python2.7/dist-packages/sqlalchemy/engine/base.py, line 2274, 
in run_callable
conn = self.contextual_connect()
  File /usr/lib/python2.7/dist-packages/sqlalchemy/engine/base.py, line 2340, 
in contextual_connect
self.pool.connect(), 
  File /usr/lib/python2.7/dist-packages/sqlalchemy/pool.py, line 210, in 
connect
return _ConnectionFairy(self).checkout()
  File /usr/lib/python2.7/dist-packages/sqlalchemy/pool.py, line 371, in 
__init__
rec = self._connection_record = pool._do_get()
  File /usr/lib/python2.7/dist-packages/sqlalchemy/pool.py, line 758, in 
_do_get
return self._create_connection()
  File /usr/lib/python2.7/dist-packages/sqlalchemy/pool.py, line 174, in 
_create_connection
return _ConnectionRecord(self)
  File /usr/lib/python2.7/dist-packages/sqlalchemy/pool.py, line 256, in 
__init__
self.connection = self.__connect()
  File /usr/lib/python2.7/dist-packages/sqlalchemy/pool.py, line 316, in 
__connect
connection = self.__pool._creator()
  File /usr/lib/python2.7/dist-packages/sqlalchemy/engine/strategies.py, line 
80, in connect
return dialect.connect(*cargs, **cparams)
  File /usr/lib/python2.7/dist-packages/sqlalchemy/engine/default.py, line 
280, in connect
return self.dbapi.connect(*cargs, **cparams)
sqlalchemy.exc.OperationalError: (OperationalError) unable to open database 
file None None

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to keystone in Ubuntu.
https://bugs.launchpad.net/bugs/944684

Title:
  Error installing keystone selecting dbconfig-common and sqlite3 as the
  backend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/keystone/+bug/944684/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 944684] Re: Error installing keystone selecting dbconfig-common and sqlite3 as the backend

2012-03-02 Thread rubiojr
keystone:
  Installed: 2012.1~e4-0ubuntu1
  Candidate: 2012.1~e4-0ubuntu1
  Version table:
 *** 2012.1~e4-0ubuntu1 0
500 http://archive.ubuntu.com/ubuntu/ precise/universe amd64 Packages
100 /var/lib/dpkg/status

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to keystone in Ubuntu.
https://bugs.launchpad.net/bugs/944684

Title:
  Error installing keystone selecting dbconfig-common and sqlite3 as the
  backend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/keystone/+bug/944684/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs