Set nova config max_concurrent_disk_ops

Current config "concurrent_disk_operations" is not used anymore.
Change it to "max_concurrent_disk_ops" as related patch already
merged since stein.
https://review.opendev.org/#/c/609180/

Closes-Bug: #1835559

Change-Id: I98ce7cee6ef133dbbe70f7af89494ee6e6c021f9
Signed-off-by: Zhipeng Liu <zhipengs.liu@intel.com>
(cherry picked from commit 1a9290dde1)
This commit is contained in:
zhipengl 2019-10-14 19:59:55 +08:00 committed by zhipeng liu
parent 2aa90fa3e0
commit 863f4b9733
1 changed files with 2 additions and 1 deletions

View File

@ -1014,7 +1014,6 @@ data:
running_deleted_instance_poll_interval: 60
mkisofs_cmd: /usr/bin/genisoimage
network_allocate_retries: 2
concurrent_disk_operations: 2
# Set number of block device allocate retries and interval
# for volume create when VM boots and creates a new volume.
# The total block allocate retries time is set to 2 hours
@ -1033,6 +1032,8 @@ data:
# declared down during controller swacts, reboots, etc...
service_down_time: 90
long_rpc_timeout: 400
compute:
max_concurrent_disk_ops: 2
libvirt:
cpu_mode: host-model
live_migration_completion_timeout: 180