From 9f4805bedbcd6bf0df4b30a9c496bb2d54a93513 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Thu, 14 Jul 2016 11:05:03 +0800 Subject: [PATCH] Change operating to interacting with in README Just noticed that the README says "for operating OpenStack". The word operating has very specific connotations in OpenStack world, and that is decidedly _not_ the primary use case of shade. Change-Id: Ic0205c82abc3b5bfd6223ea7a6ee1bd6bfb365dd --- README.rst | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 2b46ebdc4..f375f8670 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ Introduction ============ -shade is a simple client library for operating OpenStack clouds. The +shade is a simple client library for interacting with OpenStack clouds. The key word here is *simple*. Clouds can do many many many things - but there are probably only about 10 of them that most people care about with any regularity. If you want to do complicated things, you should probably use diff --git a/setup.cfg b/setup.cfg index b726f8d52..7e7b2c9a5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = shade -summary = Client library for operating OpenStack clouds +summary = Simple client library for interacting with OpenStack clouds description-file = README.rst author = OpenStack Infrastructure Team