Adjust the wording in the summary.

The wording wasn't exactly correct
so fix a few places that were not
that great with a improved version.

Change-Id: I97ce692e9c4640787fa5938affc04deefec42ef9
This commit is contained in:
Joshua Harlow 2013-08-15 23:35:32 -07:00
parent 3437d73269
commit 89861ff3e9

View File

@ -5,22 +5,23 @@ Summary
=============== ===============
Anvil is a forging tool to help build OpenStack components and there Anvil is a forging tool to help build OpenStack components and there
dependencies into a complete system. dependencies into a complete package-oriented system.
It git checkouts the OpenStack components, analyzes & builds there dependencies and the It automates the git checkouts the OpenStack components, analyzes & builds there
components themselves into packages. It then can install from the package repositories dependencies and the components themselves into packages. It then can install
it created, perform configuration and start, stop, restart and all the OpenStack from the package repositories it created, perform configuration and start, stop,
as a complete system. restart and uninstall the components and there dependencies as a complete system.
It allows a developer to install there environment using said packages It allows a developer to setup environment using the automatically created packages
(and dependencies) and anvil then automatically configures the components to (and dependencies) with the help of anvil configuring the components to work
work correctly for the developers needs. After the developer has tested out their correctly for the developers needs. After the developer has tested out their
features or changes they can then stop the OpenStack components, uninstall the features or changes they can then stop the OpenStack components, uninstall the
packages and bring back their system to a pre-installation/pre-anvil state. packages and bring back their system to a pre-installation/pre-anvil state.
The distinguishing part from devstack_ (besides being written in python and not The distinguishing part from devstack_ (besides being written in python and not
shell), is that after building those packages (currently rpms) the same packages shell), is that after building those packages (currently rpms) the same packages
can be used later (or at the same time) to actually deploy at a larger scale with. can be used later (or at the same time) to actually deploy at a larger scale using
tools such as chef_, salt_, or puppet_ (to name a few).
---- ----
@ -30,3 +31,6 @@ can be used later (or at the same time) to actually deploy at a larger scale wi
.. _devstack: http://www.devstack.org/ .. _devstack: http://www.devstack.org/
.. _puppet: http://puppetlabs.com/
.. _chef: http://www.opscode.com/chef/
.. _salt: http://saltstack.com/