Comment 13 for bug 1880777

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

Reviewed: https://review.opendev.org/750055
Committed: https://git.openstack.org/cgit/starlingx/openstack-armada-app/commit/?id=bcadcf5218ba1cd6d99b31fdd5ccd97517858013
Submitter: Zuul
Branch: master

commit bcadcf5218ba1cd6d99b31fdd5ccd97517858013
Author: Angie Wang <email address hidden>
Date: Fri Sep 4 17:16:09 2020 -0400

    Update openstack requests to go through ingress

    A follow-up commit of https://review.opendev.org/#/c/749624/
    to update the requests from nova-api-proxy to nova
    via ingress. This requires to enable jobs in nova
    to create an additional ingress and ingress-service
    for nova-api.

    The created ingress for nova-api is called "nova-api-internal"
    and nova-api-proxy configuration file is overrided to
    listen on nova-api-internal.openstack.svc.cluster.local:80

    Change-Id: I2275be8e9458addbf1aedb203a7960f5f8d0b0de
    Partial-Bug: 1880777
    Signed-off-by: Angie Wang <email address hidden>