From dec453819088730248f52982191e6ee2c4b38873 Mon Sep 17 00:00:00 2001 From: Zeb Palmer Date: Sun, 8 Dec 2013 17:53:12 -0700 Subject: [PATCH] Typo fix and slight rewording Change-Id: I0b2688e6302cf25e333bcaa936985660e9dd0fa7 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 19356ad..f9f3db4 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ Every node that is configured to be a cinder volume service must have a volume g ### Compute nodes * Compute nodes should be deployed onto physical hardware. -* If compute nodes are deployed on virtual machines for testing, the `libvirt_type` parameter for the `openstack::compute` class should probably be configured as `qemu`. This is because most virtualization technologies do now pass through the virtualization CPU extensions to their virtual machines. +* If compute nodes are deployed on virtual machines for testing, the `libvirt_type` parameter for the `openstack::compute` class should probably be configured as `qemu`. This is because most virtualization technologies do not pass the virtualization CPU extensions through to their virtual machines. ```puppet class { 'openstack::compute':