From 287f257cf31562ee0d6715bdac83aea8b8b07db2 Mon Sep 17 00:00:00 2001 From: James Polley Date: Mon, 13 Oct 2014 07:15:01 +1100 Subject: [PATCH] README introduction fixups Change the README from talking about the history of the module, to the current intentions of the module. Change-Id: I7c6e4b219468f92e31fc51b3d1aac8bafd9640d8 --- README.rst | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 5c2089b..58eee7c 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