Bug 796350 - openstack-nova-2011.3.1-2.el6.noarch MigrateDeprecationWarning
Summary: openstack-nova-2011.3.1-2.el6.noarch MigrateDeprecationWarning
Keywords:
Status: CLOSED DUPLICATE of bug 747520
Alias: None
Product: Fedora EPEL
Classification: Fedora
Component: openstack-nova
Version: el6
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Mark McLoughlin
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-02-22 17:55 UTC by Tru Huynh
Modified: 2012-02-22 23:09 UTC (History)
11 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-02-22 23:09:38 UTC
Type: ---


Attachments (Terms of Use)

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 ***


Note You need to log in before you can comment on or make changes to this bug.