Disable use_fqdn as default for nova helm

the fqdn in nova-compute pod will be incorrect if expose service before
apply openstack.
for example:
in nova-compute pod, it will get the fqdn
[root@compute-0 /]# hostname -A
192-188-204-33.centos.kube-system.svc.cluster.local
compute-0-cluster-host compute-0 compute-0

This will cause nova readness failure

Closes-Bug: 1893908
Change-Id: I85c34873528cca8fabf10ad7ddcb8997b23c8008
Signed-off-by: Austin Sun <austin.sun@intel.com>
This commit is contained in:
Austin Sun 2020-09-02 23:14:02 +08:00
parent c14bed0043
commit 13c8455b4a
1 changed files with 2 additions and 0 deletions

View File

@ -1044,6 +1044,8 @@ data:
pod:
useHostNetwork:
novncproxy: false
use_fqdn:
compute: false
replicas:
api_metadata: 1
osapi: 1