Hide Forgot
Installing : openstack-nova-2011.3-4.fc16.noarch 7/10 /usr/lib/python2.7/site-packages/migrate/changeset/schema.py:553: SAWarning: <type 'NoneType'> being associated with <class 'sqlalchemy.schema.Column'> object after the <class 'sqlalchemy.schema.Column'> has already been used in a SQL generation; previously generated constructs may contain stale state. self.table = None /usr/lib/python2.7/site-packages/migrate/changeset/schema.py:124: MigrateDeprecationWarning: Passing a Column object to alter_column is deprecated. Just pass in keyword parameters instead. MigrateDeprecationWarning
And what's the fix for this bug? I can't continue installation because of it. [micadeyeye@micadeyeye ~]$ sudo openstack-nova-db-setup . . . Asking openstack-nova to sync the databse. /usr/lib/python2.7/site-packages/migrate/changeset/schema.py:551: SAWarning: <type 'NoneType'> being associated with <class 'sqlalchemy.schema.Column'> object after the <class 'sqlalchemy.schema.Column'> has already been used in a SQL generation; previously generated constructs may contain stale state. self.table = None /usr/lib/python2.7/site-packages/migrate/changeset/schema.py:124: MigrateDeprecationWarning: Passing a Column object to alter_column is deprecated. Just pass in keyword parameters instead. MigrateDeprecationWarning Complete!
I vaguely remember getting that _warning_ too. However everything subsequently worked fine.
Yeah, the warning shouldn't be causing openstack-nova-db-setup to fail Michael - are you sure the script failed?
*** Bug 796350 has been marked as a duplicate of this bug. ***
Ok, looks like we won't get around to fixing this on Fedora 16 but it's not an issue on Fedora 17