diff --git a/module001-ch005-vm-provisioning-walk-through.xml b/module001-ch005-vm-provisioning-walk-through.xml
index 1dea1aca..9ee9069a 100644
--- a/module001-ch005-vm-provisioning-walk-through.xml
+++ b/module001-ch005-vm-provisioning-walk-through.xml
@@ -137,7 +137,7 @@
for the storage and management of images within
OpenStack.
Instances are the individual virtual machines running on
- physical compute nodes. The OpenStack Compute Service manages
+ physical compute nodes. The OpenStack Compute service manages
instances. Any number of instances maybe started from the same
image. Each instance is run from a copy of the base image so
runtime changes made by an instance do not change the image it
diff --git a/module001-ch009-vm-placement.xml b/module001-ch009-vm-placement.xml
index 9785f75e..f98f56f1 100644
--- a/module001-ch009-vm-placement.xml
+++ b/module001-ch009-vm-placement.xml
@@ -9,8 +9,9 @@
dispatch compute and volume requests. For example, the
nova-scheduler service determines which host a VM should launch
on. The term host in the context of filters means a physical node
- that has a nova-compute service running on it. You can configure
- the scheduler through a variety of options.
+ that has a nova-compute
+ service running on it. You can configure the scheduler through a
+ variety of options.
Nova
@@ -91,7 +92,7 @@
ComputeCapabilitiesFilter - checks that the
- capabilities provided by the host compute service satisfy
+ capabilities provided by the host Compute service satisfy
any extra specifications associated with the instance
type. It passes hosts that can create the specified
instance type.
@@ -140,7 +141,7 @@
Next standard filter to describe is AvailabilityZoneFilter
and it isn’t difficult too. This filter just looks at the
availability zone of compute node and availability zone from
- the properties of the request. Each compute service has its
+ the properties of the request. Each Compute service has its
own availability zone. So deployment engineers have an option
to run scheduler with availability zones support and can
configure availability zones on each compute host. This
@@ -169,7 +170,7 @@
capabilities satisfy the requested specifications. All hosts
are passed if no extra_specs are specified.ComputeFilter is quite simple and passes any host whose
- compute service is enabled and operational.
+ Compute service is enabled and operational.
Now we are going to IsolatedHostsFilter. There can be some
special hosts reserved for specific images. These hosts are
called isolated. So the images to run on the isolated hosts