← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1463806] [NEW] Neutron database: cisco_csr_identifier_map.ipsec_site_conn_id has wrong length: 64 vs 36 in ipsec_site_connections.id

 

Public bug reported:

cisco_csr_identifier_map.ipsec_site_conn_id is a foreign key to
ipsec_site_connections.id . The former is varchar(64) while the latter
is varchar(36). Some database engines (e.g. NDB / MySQL Cluster) are
very strict about mismatched sizes of foreign keys and migration script
neutron/db/migration/alembic_migrations/versions/24c7ea5160d7_cisco_csr_vpnaas.py
fail

** Affects: neutron
     Importance: Undecided
     Assignee: Vladislav Belogrudov (vlad-belogrudov)
         Status: In Progress


** Tags: database mysql ndb neutron

** Changed in: neutron
     Assignee: (unassigned) => Vladislav Belogrudov (vlad-belogrudov)

** Changed in: neutron
       Status: New => In Progress

** Tags added: neutron

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

Title:
  Neutron database: cisco_csr_identifier_map.ipsec_site_conn_id has
  wrong length: 64 vs 36 in ipsec_site_connections.id

Status in OpenStack Neutron (virtual network service):
  In Progress

Bug description:
  cisco_csr_identifier_map.ipsec_site_conn_id is a foreign key to
  ipsec_site_connections.id . The former is varchar(64) while the latter
  is varchar(36). Some database engines (e.g. NDB / MySQL Cluster) are
  very strict about mismatched sizes of foreign keys and migration
  script
  neutron/db/migration/alembic_migrations/versions/24c7ea5160d7_cisco_csr_vpnaas.py
  fail

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


Follow ups

References