Comment 12 for bug 1572495

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to nova (stable/mitaka)

Reviewed: https://review.openstack.org/312195
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=e80a87352431ee6f05729be32296e90b2d9c13c7
Submitter: Jenkins
Branch: stable/mitaka

commit e80a87352431ee6f05729be32296e90b2d9c13c7
Author: Dan Smith <email address hidden>
Date: Fri Apr 22 14:22:08 2016 -0700

    Fail to start nova-api if no APIs were able to be started

    This helps to make it clear that either you specified no API services,
    or you specified all bad ones, or that you fat-fingered the thing
    entirely. If we can't start any, we shouldn't start the process acting
    like we did and then wait for you to figure out the hard way that we
    aren't actually listening for any requests.

    Change-Id: I864486a58cf3fde35647ae3b8d2ad917c809ea54
    Related-Bug: #1572495
    (cherry picked from commit 9b2329d10021a7fa5f43b9fd8be3c833dd7212d0)