Add configuration for nova-scheduler

Change-Id: Ic1a86bc3fb699309332b97f3a5d62d98b99021d1
This commit is contained in:
dengzhaosen 2024-09-09 15:09:37 +08:00
parent 5708319cd8
commit 899322f8ec
3 changed files with 6 additions and 1 deletions

View File

@ -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.44 version: 0.3.45
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:

View File

@ -1414,6 +1414,10 @@ conf:
# server_proxyclient_address: 127.0.0.1 # server_proxyclient_address: 127.0.0.1
conductor: conductor:
workers: 1 workers: 1
scheduler:
max_attempts: 10
discover_hosts_in_cells_interval: -1
workers: 1
oslo_policy: oslo_policy:
policy_file: /etc/nova/policy.yaml policy_file: /etc/nova/policy.yaml
oslo_concurrency: oslo_concurrency:

View File

@ -113,4 +113,5 @@ nova:
- 0.3.42 Update images used by default - 0.3.42 Update images used by default
- 0.3.43 Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal by default - 0.3.43 Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal by default
- 0.3.44 Add DPDK overrides - 0.3.44 Add DPDK overrides
- 0.3.45 Add configuration for nova-scheduler
... ...