Comment 35 for bug 1827246

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

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

commit 2e63d41e5c429b616454fed0ac2073a73ad5d5b5
Author: zhipengl <email address hidden>
Date: Mon Sep 9 21:42:06 2019 +0800

    Add a network config item for novncproxy

    In deployment-novncproxy.yaml, it set hostNetwork = true.
    We want to let it use cluster network instead of hostNetwork.
    This patch will add a config item, so that we can override it
    to use cluster network. Then no need to enable 6080 port in
    local network firewall for novncproxy access.

    Upstream patch submitted as below.
    https://review.opendev.org/#/c/679891

    Below test pass!
    Access to VM console through horizon works!

    Closes-bug: 1827246

    Change-Id: Icb0cfa39839e151d5869c64bc8f0151d0d9faf49
    Signed-off-by: zhipengl <email address hidden>