Comment 4 for bug 1190383

Revision history for this message
Nachiappan (nachiappan) wrote :

Brant Knudson: If sqlite is used as database, the problem was not able to load the credential table in the new migration script using sqlalchemy. I am working on the blueprint for migrating the data from ec2_credential table to credential table https://blueprints.launchpad.net/keystone/+spec/migrate-ec2-credentials.

When i try to load the credential table using sqlachemy, i get the following error message.

  File "/usr/local/lib/python2.7/dist-packages/sqlalchemy/engine/default.py", line 260, in reflecttable
    return insp.reflecttable(table, include_columns, exclude_columns)
  File "/usr/local/lib/python2.7/dist-packages/sqlalchemy/engine/reflection.py", line 412, in reflecttable
    raise exc.NoSuchTableError(table.name)
sqlalchemy.exc.NoSuchTableError: tenant