diff --git a/README.rst b/README.rst index 2f7f5be..b18edd2 100644 --- a/README.rst +++ b/README.rst @@ -4,10 +4,13 @@ os-cloud-config Configuration for OpenStack clouds. -os-cloud-config grew out of the need to call common cloud bring-up tasks, such -as initializing Keystone, or configuring Neutron from different code bases. -The original code was written in shell, and poorly tested, which led to the -need to rewriting it in Python and provided by a distinct module. +When first installing an OpenStack cloud there are a number of common +up-front configuration tasks that need to be performed. To alleviate +the need for different sets of tooling to reinvent solutions to these +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 * Documentation: http://docs.openstack.org/developer/os-cloud-config