← Back to team overview

yahoo-eng-team team mailing list archive

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

 

Public bug reported:

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.

** Affects: keystone
     Importance: Undecided
         Status: New

-- 
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):
  New

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


Follow ups

References