OpenStack Glance upgrade script breaks with SQLAlchemy 1.1.11 but not 1.0.12
12 views
Skip to first unread message
Byron Yi
unread,
Oct 12, 2017, 8:32:01 AM10/12/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sqlalchemy
It appears that autoincrement=True is set by default for primary key when upgrading from 1.0 to 1.1, no matter if it is integer (which is not in glance; they use VARCHAR(36)).