Reviewed:  https://review.openstack.org/289967
Committed: 
https://git.openstack.org/cgit/openstack/nova/commit/?id=428ee75093ba704f1a176010513c5562171162f6
Submitter: Jenkins
Branch:    master

commit 428ee75093ba704f1a176010513c5562171162f6
Author: Pavel Kholkin <pkhol...@mirantis.com>
Date:   Tue Mar 8 18:09:51 2016 +0300

    Missing info_cache.save() in db sqlalchemy api
    
    'instance_info_cache_update' method is actually 'update_or_create'
    method, so 'save' method is needed to add new value to the DB.
    
    Closes-Bug: #1378459
    
    Co-Authored-By: Sergey Nikitin <sniki...@mirantis.com>
    Co-Authored-By: Nathanael I Burton <nathanael.i.burton.w...@gmail.com>
    
    Change-Id: Iab845de66b3cbb851134d9acb7b16c1b831d2bd4


** Changed in: nova
       Status: In Progress => Fix Released

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

Title:
  Missing info_cache.save() in db sqlalchemy api

Status in OpenStack Compute (nova):
  Fix Released

Bug description:
  Missing network information (nw_info) stored in the
  'instance_info_caches' DB table was failing to be successfully healed
  by the _heal_instance_info_cache() periodic task.  The periodic task
  correctly fires and gets the nw_info to update, but the DB call to
  instance_info_cache_update() fails to save the values.

  Correctly handle both updating and adding missing nw_info.

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to