Merge "Add some comments about nova variable definition"

This commit is contained in:
Jenkins
2015-11-14 18:08:58 +00:00
committed by Gerrit Code Review

View File

@@ -60,10 +60,14 @@ nova_rpc_thread_pool_size: 64
nova_rpc_conn_pool_size: 30
nova_rpc_response_timeout: 60
## Nova virtualization Type Autodetect, set to True if nova_virt_type is not set
## Nova virtualization Type Autodetect
# Set to True if nova_virt_type is not defined, then it will auto
# choose kvm or qemu for nova_virt_type according to /proc/cpuinfo
nova_virt_autodetect: True
## Nova virtualization Type, set to KVM if supported
# Current supported choice: qemu or kvm
# Once nova_virt_type is defined, then nova_virt_autodetect won't work any more
nova_virt_type: kvm
## Nova Auth