Public bug reported: specifically 088_domain_specific_roles.py and 091_migrate_data_to_local_user_and_password_tables.py
I can't remember which section I had to comment out with the 091 migration, but in the 088 one it was the following. migrate.UniqueConstraint(role_table.c.name, name=_ROLE_NAME_OLD_CONSTRAINT).drop() If it was easier to translate into actual sql statements I might be able to give more info. ** Affects: keystone Importance: High Status: New ** Tags: mitaka-rc-potential postgres sql -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Identity (keystone). https://bugs.launchpad.net/bugs/1562934 Title: liberty -> mitaka db migrate fails on postgresql Status in OpenStack Identity (keystone): New Bug description: specifically 088_domain_specific_roles.py and 091_migrate_data_to_local_user_and_password_tables.py I can't remember which section I had to comment out with the 091 migration, but in the 088 one it was the following. migrate.UniqueConstraint(role_table.c.name, name=_ROLE_NAME_OLD_CONSTRAINT).drop() If it was easier to translate into actual sql statements I might be able to give more info. To manage notifications about this bug go to: https://bugs.launchpad.net/keystone/+bug/1562934/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : yahoo-eng-team@lists.launchpad.net Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp