Re: [Openstack] [keystone] IBM DB2 configuration

2012-12-20 Thread Adam Young
What I think we need is a simple way to run our current body of unit tests, to include the sql Migration tests, against a Live database, kindof the same way as I have et up for the live LDAP test. The steps: create a file under keystone/tests that doesn't trigger the nameing scheme that ma

[Openstack] [keystone] IBM DB2 configuration

2012-12-20 Thread Dolph Mathews
(raising to the mailing list) Which DB2 driver are you using? I was referring to: http://code.google.com/p/ibm-db/wiki/README ... which shows an example connection string for sqlalchemy as: >>> db2 = sqlalchemy.create_engine('ibm_db_sa:// db2inst1:sec...@host.name.com:5/pydev') -Dolph On