clean-up of module001-ch004-openstack-architecture

Replaced Folsom with Icehouse
Made some minor sentance structure changes
Updated two sections per comments
Closes-Bug #1282197

Change-Id: Ic5c5ca7a366657a4c0ec93fc31f94b7deaebabfd
This commit is contained in:
Megan Rossetti
2014-07-14 15:35:14 -04:00
committed by Pranav Salunke
parent 9a5fd5ee8a
commit 7ae217e764

View File

@@ -152,13 +152,11 @@ as previously described:</para>
</listitem> </listitem>
<listitem> <listitem>
<para>nova-volume manages the creation, attaching and <para>nova-volume manages the creation, attaching and
detaching of z volumes to compute instances (similar detaching of z volumes to compute instances, which has a similar
functionality to Amazons Elastic Block Storage). It can functionality to Amazons Elastic Block Storage. It can
use volumes from a variety of providers such as iSCSI or use volumes from a variety of providers such as iSCSI or
Rados Block Device in Ceph. A new OpenStack project, Rados Block Device in Ceph. The OpenStack Block Storage project,
Cinder, will eventually replace nova-volume functionality. Cinder, has replaced the nova-volume functionality.</para>
In the Folsom release, nova-volume and the Block Storage
service will have similar functionality.</para>
</listitem> </listitem>
<listitem> <listitem>
<para>The nova-network worker daemon is very similar to <para>The nova-network worker daemon is very similar to
@@ -167,8 +165,7 @@ as previously described:</para>
network (such as setting up bridging interfaces or network (such as setting up bridging interfaces or
changing iptables rules). This functionality is being changing iptables rules). This functionality is being
migrated to Neutron, a separate OpenStack project. In the migrated to Neutron, a separate OpenStack project. In the
Folsom release, much of the functionality will be Icehouse release, the functionality is duplicated between nova-network and Neutron.</para>
duplicated between nova-network and Neutron.</para>
</listitem> </listitem>
<listitem> <listitem>
<para>The nova-schedule process is conceptually the simplest <para>The nova-schedule process is conceptually the simplest
@@ -181,8 +178,7 @@ as previously described:</para>
<para>The queue provides a central hub for passing messages <para>The queue provides a central hub for passing messages
between daemons. This is usually implemented with RabbitMQ between daemons. This is usually implemented with RabbitMQ
today, but could be any AMQP message queue (such as Apache today, but could be any AMQP message queue (such as Apache
Qpid). New to the Folsom release is support for Zero Qpid and ZeroMQ).</para>
MQ.</para>
</listitem> </listitem>
<listitem> <listitem>
<para>The SQL database stores most of the build-time and <para>The SQL database stores most of the build-time and