Reviewed: https://review.openstack.org/314230 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=854c39e26d94f006f539ea993ffaafa4892b100c Submitter: Jenkins Branch: master
commit 854c39e26d94f006f539ea993ffaafa4892b100c Author: Brian Elliott <bdelli...@gmail.com> Date: Mon May 9 18:45:58 2016 +0000 Fix service version to update the DB When new code is installed with a newer service version, the version in the DB should get updated. The fix here is to: 1) eliminate the special case for 'version' in save() 2) cause version to be saved on startup Change-Id: I96fa9dabfb9b7a5f1703baf80534d8b104dab4e6 Closes-Bug: 1579839 ** 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/1579839 Title: Service version does not update on restart Status in OpenStack Compute (nova): Fix Released Status in OpenStack Compute (nova) mitaka series: Confirmed Bug description: When a new version of nova is installed with a corresponding new service version (nova.objects.service.SERVICE_VERSION), the DB is not correctly updated on restart to reflect the new version in the services table. To manage notifications about this bug go to: https://bugs.launchpad.net/nova/+bug/1579839/+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