Add configuration for nova-scheduler
Change-Id: Ic1a86bc3fb699309332b97f3a5d62d98b99021d1
This commit is contained in:
parent
5708319cd8
commit
899322f8ec
@ -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:
|
||||||
|
@ -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:
|
||||||
|
@ -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
|
||||||
...
|
...
|
||||||
|
Loading…
Reference in New Issue
Block a user