← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1761197] Re: Not defined keypairs in instance_extra cellsV1 DBs

 

** Also affects: nova/ocata
   Importance: Undecided
       Status: New

** Changed in: nova/ocata
     Assignee: (unassigned) => Surya Seetharaman (tssurya)

** Changed in: nova/ocata
   Importance: Undecided => High

** Changed in: nova/ocata
       Status: New => Confirmed

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1761197

Title:
  Not defined keypairs in instance_extra cellsV1 DBs

Status in OpenStack Compute (nova):
  Confirmed
Status in OpenStack Compute (nova) ocata series:
  In Progress

Bug description:
  In newton there was the data migration to fill the "keypair" in instance_extra table.
  The migration checks if an instance has a keypair and then adds the keypair entry in the instance_extra table. This works if the keypair still exists in the keypair table.

  However, when running with cellsV1 the keypairs only exist in top DB and the migration only works in the instance_extra table of that DB.
  This means that in all cells DBs the instance_extra has the keypair not defined.

  This is important when migrating to cellsV2 because we will rely in
  the cells DBs.

  We should have a migration that gets the keypairs from nova_api DB to
  fill the keypair in instance_extra of the different cells DBs.

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


References