← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1579124] [NEW] Instance mapping doesn't strictly load cell_mapping on save.

 

Public bug reported:

On '_create_in_db' the instance mapping object loads the cell mapping
attribute to ensure that a lazy-load is not attempted later outside of a
db session. The equivalent load of cell_mapping for '_save_in_db' is
missing. It is not possible to update a cell mapping because of this.

See 'nova/objects/instance_mapping.py'

** Affects: nova
     Importance: Undecided
     Assignee: Mark Doffman (mjdoffma)
         Status: In Progress

-- 
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/1579124

Title:
  Instance mapping doesn't strictly load cell_mapping on save.

Status in OpenStack Compute (nova):
  In Progress

Bug description:
  On '_create_in_db' the instance mapping object loads the cell mapping
  attribute to ensure that a lazy-load is not attempted later outside of
  a db session. The equivalent load of cell_mapping for '_save_in_db' is
  missing. It is not possible to update a cell mapping because of this.

  See 'nova/objects/instance_mapping.py'

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


Follow ups