From db199ed89be3ba792521f9c02c531401559742ae Mon Sep 17 00:00:00 2001 From: Gerry Kopec Date: Fri, 15 Feb 2019 20:10:56 -0500 Subject: [PATCH] Update nova overrides to fix console addressing Use new nova helm chart config option introduced in dependent commit to prevent nova from overriding our per host override for VM console address. Closes-Bug: #1815490 Depends-On: I86eb80578b23fd89b7f9643b943ee759f26a15be Change-Id: I7617157b3b2848cbbe2d9014b900cd437ac082a6 Signed-off-by: Gerry Kopec --- .../stx-openstack-helm/manifests/manifest-no-tests.yaml | 2 ++ .../stx-openstack-helm/manifests/manifest.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/kubernetes/applications/stx-openstack/stx-openstack-helm/stx-openstack-helm/manifests/manifest-no-tests.yaml b/kubernetes/applications/stx-openstack/stx-openstack-helm/stx-openstack-helm/manifests/manifest-no-tests.yaml index 3b5eb4d573..479ea60664 100644 --- a/kubernetes/applications/stx-openstack/stx-openstack-helm/stx-openstack-helm/manifests/manifest-no-tests.yaml +++ b/kubernetes/applications/stx-openstack/stx-openstack-helm/stx-openstack-helm/manifests/manifest-no-tests.yaml @@ -709,6 +709,8 @@ data: network: sshd: enabled: true + console: + address_search_enabled: false source: type: tar diff --git a/kubernetes/applications/stx-openstack/stx-openstack-helm/stx-openstack-helm/manifests/manifest.yaml b/kubernetes/applications/stx-openstack/stx-openstack-helm/stx-openstack-helm/manifests/manifest.yaml index fa00657905..3e1b0fd62a 100644 --- a/kubernetes/applications/stx-openstack/stx-openstack-helm/stx-openstack-helm/manifests/manifest.yaml +++ b/kubernetes/applications/stx-openstack/stx-openstack-helm/stx-openstack-helm/manifests/manifest.yaml @@ -709,6 +709,8 @@ data: network: sshd: enabled: true + console: + address_search_enabled: false source: type: tar