Merge "Manage nova scheduler workers count"

This commit is contained in:
Zuul 2020-04-21 19:36:43 +00:00 committed by Gerrit Code Review
commit 5079fa240d
2 changed files with 6 additions and 0 deletions

View File

@ -160,6 +160,7 @@ max_attempts = 10
# periodic run must be disabled to avoid random failures (where both try to map)
# -1 is default and means periodic discovery is disabled
discover_hosts_in_cells_interval = -1
workers = {{ openstack_service_workers }}
[placement]
auth_type = password

View File

@ -0,0 +1,5 @@
---
fixes:
- |
Manage nova scheduler workers through ``openstack_service_workers``
variable. `LP#1873753 <https://launchpad.net/bugs/1861513>`__