Merge "Add configuration for nova-scheduler"
This commit is contained in:
commit
c76daaedb1
@ -14,7 +14,7 @@ apiVersion: v1
|
||||
appVersion: v1.0.0
|
||||
description: OpenStack-Helm Nova
|
||||
name: nova
|
||||
version: 0.3.44
|
||||
version: 0.3.45
|
||||
home: https://docs.openstack.org/nova/latest/
|
||||
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Nova/OpenStack_Project_Nova_vertical.png
|
||||
sources:
|
||||
|
@ -1414,6 +1414,10 @@ conf:
|
||||
# server_proxyclient_address: 127.0.0.1
|
||||
conductor:
|
||||
workers: 1
|
||||
scheduler:
|
||||
max_attempts: 10
|
||||
discover_hosts_in_cells_interval: -1
|
||||
workers: 1
|
||||
oslo_policy:
|
||||
policy_file: /etc/nova/policy.yaml
|
||||
oslo_concurrency:
|
||||
|
@ -113,4 +113,5 @@ nova:
|
||||
- 0.3.42 Update images used by default
|
||||
- 0.3.43 Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal by default
|
||||
- 0.3.44 Add DPDK overrides
|
||||
- 0.3.45 Add configuration for nova-scheduler
|
||||
...
|
||||
|
Loading…
Reference in New Issue
Block a user