Skip to content

Commit

Permalink
[nova] Remove transport_url from configmap
Browse files Browse the repository at this point in the history
As it contains a secret, it is already in a k8s-secret.
  • Loading branch information
fwiesel committed Jan 28, 2025
1 parent ec4937e commit 45bea25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 2 additions & 0 deletions openstack/nova-hypervisor-agents/templates/etc-secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,5 @@ stringData:
[service_user]
username = nova
password = {{ required ".Values.global.nova_service_password is missing" .Values.global.nova_service_password | include "resolve_secret" }}
{{- include "ini_sections.audit_middleware_notifications" . }}
5 changes: 0 additions & 5 deletions openstack/nova-hypervisor-agents/templates/etc/_nova.conf.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ until_refresh = {{ .Values.usage_until_refresh | default 0 }}

{{- include "osprofiler" . }}

{{ include "ini_sections.oslo_messaging_rabbit" .}}

[oslo_concurrency]
lock_path = /var/lib/nova/tmp

Expand Down Expand Up @@ -104,9 +102,6 @@ project_domain_name = "{{.Values.global.keystone_service_domain | default "Defau
valid_interfaces = public
region_name = {{.Values.global.region}}

{{- include "ini_sections.audit_middleware_notifications" . }}


[barbican]
backend = barbican
auth_endpoint = {{ include "identity_service_url" . }}
Expand Down

0 comments on commit 45bea25

Please sign in to comment.