Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholaskuechler committed Nov 19, 2024
1 parent 0c33598 commit 90e5379
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions components/glance/aio-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ conf:
use_queue_manager: true
rabbit_stream_fanout: true
rabbit_qos_prefetch_count: 1000
rabbit_ha_queues: false

manifests:
job_db_init: false
Expand Down
1 change: 1 addition & 0 deletions components/ironic/aio-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ conf:
use_queue_manager: true
rabbit_stream_fanout: true
rabbit_qos_prefetch_count: 1000
rabbit_ha_queues: false

pxe:
images_path: /var/lib/understack/master_iso_images
Expand Down
1 change: 1 addition & 0 deletions components/keystone/aio-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ conf:
use_queue_manager: true
rabbit_stream_fanout: true
rabbit_qos_prefetch_count: 1000
rabbit_ha_queues: false

wsgi_keystone: |
{{- $portInt := tuple "identity" "service" "api" $ | include "helm-toolkit.endpoints.endpoint_port_lookup" }}
Expand Down
1 change: 1 addition & 0 deletions components/neutron/aio-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ conf:
use_queue_manager: true
rabbit_stream_fanout: true
rabbit_qos_prefetch_count: 1000
rabbit_ha_queues: false

# disable the neutron-ironic-agent from loading a non-existent config
pod:
Expand Down
1 change: 1 addition & 0 deletions components/nova/aio-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ conf:
use_queue_manager: true
rabbit_stream_fanout: true
rabbit_qos_prefetch_count: 1000
rabbit_ha_queues: false

console:
# we are working with baremetal nodes and not QEMU so we don't need novnc or spice
Expand Down

0 comments on commit 90e5379

Please sign in to comment.