Comment 2 for bug 1458984

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to devstack (master)

Reviewed: https://review.openstack.org/185712
Committed: https://git.openstack.org/cgit/openstack-dev/devstack/commit/?id=aece9ff9eff94fcdd2bdac14d64536e16207139d
Submitter: Jenkins
Branch: master

commit aece9ff9eff94fcdd2bdac14d64536e16207139d
Author: Rob Crittenden <email address hidden>
Date: Tue May 26 15:24:38 2015 -0400

    Use correct conf file variable name in sahara

    When the tls-proxy service is enabled then a separate
    set of ports is used internally vs externally. The
    services listen on the internal port and a proxy (stud)
    listen on the "standard" port and forward requests to
    the internal port.

    An incorrect environment variable was being used to set
    the internal port in the sahara configuration so it wasn't
    listening on the correct port, causing stack.sh to fail
    because it thought the service wasn't up (at least not
    on the right port).

    Change-Id: I3384039392be786d3c189f3e4f84e069ddaf4339
    Closes-Bug: #1458984