Skip to content

Commit

Permalink
Merge pull request #120 from Jaganathancse/ovs_dpdk_glance_conf
Browse files Browse the repository at this point in the history
Missing glance and swift controlplane service values
  • Loading branch information
abays committed Mar 12, 2024
2 parents 36914d7 + e166b07 commit 9274b1d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions examples/va/nfv/ovs-dpdk/service-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,20 @@ data:
numa_nodes = 0 # CHANGE
[neutron_tunnel] # CHANGE
numa_nodes = 0 # CHANGE
glance:
customServiceConfig: |
[DEFAULT]
enabled_backends = default_backend:swift
[glance_store]
default_backend = default_backend
[default_backend]
swift_store_create_container_on_put = True
swift_store_auth_version = 3
swift_store_auth_address = {{ .KeystoneInternalURL }}
swift_store_endpoint_type = internalURL
swift_store_user = service:glance
swift_store_key = {{ .ServicePassword }}
default:
replicas: 1
swift:
enabled: true

0 comments on commit 9274b1d

Please sign in to comment.