Merge "README introduction fixups"

This commit is contained in:
Jenkins 2014-10-22 07:47:33 +00:00 committed by Gerrit Code Review
commit f83c0f9ed1

View File

@ -4,10 +4,13 @@ os-cloud-config
Configuration for OpenStack clouds. Configuration for OpenStack clouds.
os-cloud-config grew out of the need to call common cloud bring-up tasks, such When first installing an OpenStack cloud there are a number of common
as initializing Keystone, or configuring Neutron from different code bases. up-front configuration tasks that need to be performed. To alleviate
The original code was written in shell, and poorly tested, which led to the the need for different sets of tooling to reinvent solutions to these
need to rewriting it in Python and provided by a distinct module. problems, this package provides a set of tools.
These tools are intended to be well-tested, and available as
importable Python modules as well as command-line tools.
* Free software: Apache license * Free software: Apache license
* Documentation: http://docs.openstack.org/developer/os-cloud-config * Documentation: http://docs.openstack.org/developer/os-cloud-config