Reviewed: https://review.openstack.org/308264 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=533bd8175968a1bc9ac068ae2b23a62d0e07ea99 Submitter: Jenkins Branch: master
commit 533bd8175968a1bc9ac068ae2b23a62d0e07ea99 Author: Sean Dague <[email protected]> Date: Wed Apr 20 06:53:18 2016 -0400 Prevent nova-api from dying if enabled_apis is wrong This prevents nova-api from dying if there are values in ``enabled_apis`` which don't actually exist. Closes-Bug: #1572495 Change-Id: Id9a6f5e38b017f4687eb245fd238104379d437d6 ** 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/1572495 Title: Nova API fails to start if "ec2" is specified in enabled_apis Status in OpenStack Compute (nova): Fix Released Status in OpenStack Compute (nova) mitaka series: Confirmed Bug description: As reported by Kevin Foxx yesterday, if "ec2" is listed in enabled_apis in Mitaka and beyond Nova will refuse to start because we removed it. We assumed the change in defaults was good enough for people to move forward, but didn't realize that many of the install tools (packstack for sure) hardcoded this value into the config instead of sticking with the defaults. While we've added a new upgrade note on this, we could also actually catch the error and not crash people. To manage notifications about this bug go to: https://bugs.launchpad.net/nova/+bug/1572495/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

