Hide Forgot
Description of problem: running openstack-nova-db-setup yields some MigrateDeprecationWarning Version-Release number of selected component (if applicable): openstack-nova-2011.3.1-2.el6.noarch How reproducible: always Steps to Reproduce: 1. openstack-nova-db-setup 2. 3. Actual results: Enter new password for 'root' mysql user: Enter new password again: Verified connectivity to MySQL. Creating 'nova' database. Asking openstack-nova to sync the databse. /usr/lib/python2.6/site-packages/migrate/changeset/schema.py:554: 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.6/site-packages/migrate/changeset/schema.py:111: MigrateDeprecationWarning: Alter column with comparing columns is deprecated. Just pass in parameters instead. " Just pass in parameters instead.", MigrateDeprecationWarning) Complete! Expected results: no warnings Additional info:
Thanks for that. This is confirmed not to cause any issues, and we'll clean it up at some stage *** This bug has been marked as a duplicate of bug 747520 ***