Merge pull request #579 from mancdaz/master-470

adjust default cpu and ram allocation ratios
This commit is contained in:
Kevin Carter 2014-11-22 10:42:45 -06:00
commit 1bbea02867
2 changed files with 4 additions and 2 deletions

View File

@ -133,6 +133,8 @@ neutron_service_password:
# This defaults to KVM, if you are deploying on a host that is not KVM capable
# change this to your hypervisor type: IE "qemu", "lxc".
# nova_virt_type: kvm
# nova_cpu_allocation_ratio: 2.0
# nova_ram_allocation_ratio: 1.0
nova_container_mysql_password:
nova_metadata_proxy_secret:
nova_ec2_service_password:

View File

@ -68,11 +68,11 @@ nova_compute_driver: libvirt.LibvirtDriver
nova_max_age: 0
# Nova Scheduler
nova_cpu_allocation_ratio: 5.0
nova_cpu_allocation_ratio: 2.0
nova_disk_allocation_ratio: 1.0
nova_max_instances_per_host: 50
nova_max_io_ops_per_host: 10
nova_ram_allocation_ratio: 1.5
nova_ram_allocation_ratio: 1.0
nova_ram_weight_multiplier: 5.0
nova_reserved_host_disk_mb: 2048
nova_reserved_host_memory_mb: 2048