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

2013-04-10 Thread Greg Hill
event other future adventurers from repeating the same errors I did. Greg On 04/10/2013 03:15 PM, Greg Hill wrote: 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.migr

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

2013-04-10 Thread Greg Hill
eparer.quote(self._validate_identifier(index.name, 2013-04-10 22:08:10.019 2966 TRACE glance AttributeError: 'PGSchemaChanger' object has no attribute '_validate_identifier' 2013-04-10 22:08:10.019 2966 TRACE glance I'll keep digging, but any help is appreciated. Gr

[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: [ro