changes default hypervisor to KVM

This commit is contained in:
Kevin Carter 2014-09-27 12:01:09 -05:00
parent 5670d85efd
commit e7f8123a4f
2 changed files with 4 additions and 2 deletions

View File

@ -128,7 +128,9 @@ neutron_service_password:
## Nova Options
nova_virt_type: qemu
# 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_container_mysql_password:
nova_metadata_proxy_secret:
nova_ec2_service_password:

View File

@ -39,7 +39,7 @@ container_database: nova
rpc_backend: nova.openstack.common.rpc.impl_kombu
## Nova virtualization Type, set to KVM if supported
virt_type: "{{ nova_virt_type|default('qemu') }}"
virt_type: "{{ nova_virt_type|default('kvm') }}"
## Nova Auth
service_admin_tenant_name: "service"