Manage nova scheduler workers count
Closes-Bug: 1873753 Change-Id: Ibf75b3fd3090d47b50c71d17f6c12177d16442ab
This commit is contained in:
parent
6cd0641edf
commit
8523ab569d
@ -160,6 +160,7 @@ max_attempts = 10
|
|||||||
# periodic run must be disabled to avoid random failures (where both try to map)
|
# periodic run must be disabled to avoid random failures (where both try to map)
|
||||||
# -1 is default and means periodic discovery is disabled
|
# -1 is default and means periodic discovery is disabled
|
||||||
discover_hosts_in_cells_interval = -1
|
discover_hosts_in_cells_interval = -1
|
||||||
|
workers = {{ openstack_service_workers }}
|
||||||
|
|
||||||
[placement]
|
[placement]
|
||||||
auth_type = password
|
auth_type = password
|
||||||
|
5
releasenotes/notes/bug-1873753-73fe82e70559f928.yaml
Normal file
5
releasenotes/notes/bug-1873753-73fe82e70559f928.yaml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
fixes:
|
||||||
|
- |
|
||||||
|
Manage nova scheduler workers through ``openstack_service_workers``
|
||||||
|
variable. `LP#1873753 <https://launchpad.net/bugs/1861513>`__
|
Loading…
x
Reference in New Issue
Block a user