Fixed typo openstack-helm/nova/templates/deployment-spiceproxy.yaml that caused SPICE console deployment to break.
Change-Id: Ibfb7decb1d76854c61654e2ad3b0f627485c610c
This commit is contained in:
parent
bfe9eca527
commit
bd6a78e983
@ -14,7 +14,7 @@ apiVersion: v1
|
|||||||
appVersion: v1.0.0
|
appVersion: v1.0.0
|
||||||
description: OpenStack-Helm Nova
|
description: OpenStack-Helm Nova
|
||||||
name: nova
|
name: nova
|
||||||
version: 0.3.8
|
version: 0.3.9
|
||||||
home: https://docs.openstack.org/nova/latest/
|
home: https://docs.openstack.org/nova/latest/
|
||||||
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Nova/OpenStack_Project_Nova_vertical.png
|
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Nova/OpenStack_Project_Nova_vertical.png
|
||||||
sources:
|
sources:
|
||||||
|
@ -17,7 +17,7 @@ tcpSocket:
|
|||||||
port: {{ tuple "compute_spice_proxy" "internal" "spice_proxy" . | include "helm-toolkit.endpoints.endpoint_port_lookup" }}
|
port: {{ tuple "compute_spice_proxy" "internal" "spice_proxy" . | include "helm-toolkit.endpoints.endpoint_port_lookup" }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
{{- define "novaSpiceproxyReadynessProbeTemplate" }}
|
{{- define "novaSpiceproxyReadinessProbeTemplate" }}
|
||||||
tcpSocket:
|
tcpSocket:
|
||||||
port: {{ tuple "compute_spice_proxy" "internal" "spice_proxy" . | include "helm-toolkit.endpoints.endpoint_port_lookup" }}
|
port: {{ tuple "compute_spice_proxy" "internal" "spice_proxy" . | include "helm-toolkit.endpoints.endpoint_port_lookup" }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
@ -77,4 +77,5 @@ nova:
|
|||||||
- 0.3.6 Fix VNC access issues
|
- 0.3.6 Fix VNC access issues
|
||||||
- 0.3.7 Fix live migration without DNS resolution
|
- 0.3.7 Fix live migration without DNS resolution
|
||||||
- 0.3.8 Fix missing privilege separation directory for nova compute ssh
|
- 0.3.8 Fix missing privilege separation directory for nova compute ssh
|
||||||
|
- 0.3.9 Fix typo in spice proxy deployment
|
||||||
...
|
...
|
||||||
|
Loading…
Reference in New Issue
Block a user