[Openstack] can't get db_sync to work

2013-04-10 Thread Greg Hill
Trying to get openstack going with postgresql 9.2 as the database. Started with glance. I got all the grizzly RPMs from this repo: http://repos.fedorapeople.org/repos/openstack/openstack-grizzly/epel-6/ The database is created and the connection seems to work fine, but I get this error:

Re: [Openstack] can't get db_sync to work

2013-04-10 Thread Greg Hill
I made a bad assumption, it is using 0.7.8 and still gets the error: [root@glance site-packages]# glance-manage -v db_sync 2013-04-10 22:08:09.970 2966 INFO glance.db.sqlalchemy.migration [-] Upgrading database to version latest 2013-04-10 22:08:10.019 2966 CRITICAL glance [-] 'PGSchemaChanger'

Re: [Openstack] can't get db_sync to work

2013-04-10 Thread Greg Hill
I was able to force this to work by updating SQLAlchemy's migrate utility to the latest version, FYI. https://code.google.com/p/sqlalchemy-migrate/downloads/detail?name=sqlalchemy-migrate-0.7.2.tar.gz Hopefully the RH guys can get that RPM updated on the EPEL repo at some point to prevent