Comment 4 for bug 1533014

Revision history for this message
Emilien Macchi (emilienm) wrote :

There is one remainging issue in packaging.

I had to do:
cp -r /usr/lib/python2.7/dist-packages/aodh/storage/alembic /usr/lib/python2.7/dist-packages/aodh/storage/sqlalchemy/

I think there a problem in the folders. "alembic" should be in "sqlalchemy", so db-sync will work. BTW, why do you put it in a different place than upstream? Upstream use /aodh/storage/sqlalchemy/alembic.