update rally.conf.sample
Change-Id: I5d1ebfac06a024de673914ada7e5b30525bacc19
This commit is contained in:
parent
b92bf5b2f6
commit
87af720617
@ -330,15 +330,46 @@
|
||||
# Server image_delete poll interval (floating point value)
|
||||
#nova_server_image_delete_poll_interval=2.0
|
||||
|
||||
# Time to sleep after resize before polling for status
|
||||
# (floating point value)
|
||||
#nova_server_resize_prepoll_delay=2.0
|
||||
|
||||
# Server resize timeout (floating point value)
|
||||
#nova_server_resize_timeout=400.0
|
||||
|
||||
# Server resize poll interval (floating point value)
|
||||
#nova_server_resize_poll_interval=5.0
|
||||
|
||||
# Time to sleep after resize_confirm before polling for status
|
||||
# (floating point value)
|
||||
#nova_server_resize_confirm_prepoll_delay=0.0
|
||||
|
||||
# Server resize_confirm timeout (floating point value)
|
||||
#nova_server_resize_confirm_timeout=200.0
|
||||
|
||||
# Server resize_confirm poll interval (floating point value)
|
||||
#nova_server_resize_confirm_poll_interval=2.0
|
||||
|
||||
# Time to sleep after resize_revert before polling for status
|
||||
# (floating point value)
|
||||
#nova_server_resize_revert_prepoll_delay=0.0
|
||||
|
||||
# Server resize_revert timeout (floating point value)
|
||||
#nova_server_resize_revert_timeout=200.0
|
||||
|
||||
# Server resize_revert poll interval (floating point value)
|
||||
#nova_server_resize_revert_poll_interval=2.0
|
||||
|
||||
|
||||
#
|
||||
# Options defined in rally.benchmark.scenarios.sahara.utils
|
||||
#
|
||||
|
||||
# A timeout in seconds for a cluster create operation
|
||||
# A timeout in seconds for a cluster create operation (integer
|
||||
# value)
|
||||
#cluster_create_timeout=600
|
||||
|
||||
# Cluster status polling interval in seconds
|
||||
# Cluster status polling interval in seconds (integer value)
|
||||
#cluster_check_interval=5
|
||||
|
||||
|
||||
@ -485,4 +516,11 @@
|
||||
# (integer value)
|
||||
#concurrent=30
|
||||
|
||||
# ID of domain in which projects will be created. (string
|
||||
# value)
|
||||
#project_domain=default
|
||||
|
||||
# ID of domain in which users will be created. (string value)
|
||||
#user_domain=default
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user