diff --git a/etc/rpc_deploy/user_variables.yml b/etc/rpc_deploy/user_variables.yml index df884d8902..156c5a67cb 100644 --- a/etc/rpc_deploy/user_variables.yml +++ b/etc/rpc_deploy/user_variables.yml @@ -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: diff --git a/rpc_deployment/inventory/group_vars/nova_all.yml b/rpc_deployment/inventory/group_vars/nova_all.yml index a65fa90200..4c29b6625a 100644 --- a/rpc_deployment/inventory/group_vars/nova_all.yml +++ b/rpc_deployment/inventory/group_vars/nova_all.yml @@ -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"