Bug 796350

Summary: openstack-nova-2011.3.1-2.el6.noarch MigrateDeprecationWarning
Product: [Fedora] Fedora EPEL Reporter: Tru Huynh <pasteur>
Component: openstack-novaAssignee: Mark McLoughlin <markmc>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: el6CC: alexander.sakhnov, bfilippov, d.busby, jonathansteffan, markmc, matt_domsch, mlvov, pbrady, p, rbryant, rkukura
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-02-22 23:09:38 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Tru Huynh 2012-02-22 17:55:41 UTC
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:

Comment 1 Pádraig Brady 2012-02-22 23:09:38 UTC
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 ***