Comment 15 for bug 1661360

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to instack-undercloud (master)

Reviewed: https://review.openstack.org/428785
Committed: https://git.openstack.org/cgit/openstack/instack-undercloud/commit/?id=4d58e7704a8a422c308ac55f083d879addf70e12
Submitter: Jenkins
Branch: master

commit 4d58e7704a8a422c308ac55f083d879addf70e12
Author: Emilien Macchi <email address hidden>
Date: Fri Feb 3 10:54:39 2017 -0500

    Stop deploying Nova API in WSGI with Apache

    It was suggested by Nova team to not deploying Nova API in WSGI with
    Apache in production.
    It's causing some issues that we didn't catch until now (see in the bug
    report). Until we figure out what was wrong, let's disable it so we can
    move forward in the upgrade process.

    Note: once it's supported by Nova, we'll revert this patch.
    Change-Id: I2712ca0b9626771cec1f3d98b04cc8c18eb1cb15
    Related-Bug: 1661360