Skip to content

Commit

Permalink
WA extend keystone token expiration
Browse files Browse the repository at this point in the history
  • Loading branch information
vyzigold committed Oct 4, 2024
1 parent 2fa7910 commit ad4aecb
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 0 deletions.
12 changes: 12 additions & 0 deletions dt/uni04delta-ipv6/edpm/nodeset/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -261,3 +261,15 @@ replacements:
- spec.telemetry.template.ceilometer.enabled
options:
create: true

- source:
kind: ConfigMap
name: service-values
fieldPath: data.keystone.customServiceConfig
targets:
- select:
kind: OpenStackControlPlane
fieldPaths:
- spec.keystone.template.customServiceConfig
options:
create: true
12 changes: 12 additions & 0 deletions dt/uni04delta-ipv6/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -265,3 +265,15 @@ replacements:
- spec.telemetry.template.ceilometer.enabled
options:
create: true

- source:
kind: ConfigMap
name: service-values
fieldPath: data.keystone.customServiceConfig
targets:
- select:
kind: OpenStackControlPlane
fieldPaths:
- spec.keystone.template.customServiceConfig
options:
create: true
5 changes: 5 additions & 0 deletions examples/dt/uni04delta-ipv6/control-plane/service-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ data:
default:
replicas: 3

keystone:
customServiceConfig: |
[token]
expiration = 28800
manila:
enabled: true
customServiceConfig: |
Expand Down

0 comments on commit ad4aecb

Please sign in to comment.