← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1397890] Re: Missing primary key constraint at endpoint_group.id column

 

*** This bug is a duplicate of bug 1399768 ***
    https://bugs.launchpad.net/bugs/1399768

** This bug has been marked a duplicate of bug 1399768
   migration of endpoint_filter fails due to foreign key constraint

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1397890

Title:
  Missing primary key constraint at endpoint_group.id column

Status in OpenStack Identity (Keystone):
  In Progress

Bug description:
  Most tables should have a primary key, and each table can have only
  ONE primary key. The PRIMARY KEY constraint uniquely identifies each
  record in a database table. The endpoint_group has no primary key. But
  project_endpoint_group table provides a primary key constraint pointed
  to endpoint_group.id column. Such a migration can't be applied with
  any sql backend except SQLite.

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1397890/+subscriptions


References