Fixed a few nits in the README

These were called out in an earlier review.

Change-Id: Ib1da2606c93782641a3d7a07a1aad9ddf331d208
This commit is contained in:
Monty Taylor 2018-01-16 16:16:05 -06:00
parent e1c16e6044
commit 3afec7512e
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
1 changed files with 5 additions and 5 deletions

View File

@ -9,7 +9,7 @@ complete documentation, examples, and tools.
It also contains an abstraction interface layer. Clouds can do many things, but It also contains an abstraction interface layer. Clouds can do many things, but
there are probably only about 10 of them that most people care about with any there are probably only about 10 of them that most people care about with any
regularity. If you want to do complicated things, the per-service oriented regularity. If you want to do complicated things, the per-service oriented
portions of the SDK are for you. However, if what you want to be able to portions of the SDK are for you. However, if what you want is to be able to
write an application that talks to clouds no matter what crazy choices the write an application that talks to clouds no matter what crazy choices the
deployer has made in an attempt to be more hipster than their self-entitled deployer has made in an attempt to be more hipster than their self-entitled
narcissist peers, then the Cloud Abstraction layer is for you. narcissist peers, then the Cloud Abstraction layer is for you.
@ -59,10 +59,10 @@ This led to the merge of the three projects.
The original contents of the shade library have been moved into The original contents of the shade library have been moved into
``openstack.cloud`` and os-client-config has been moved in to ``openstack.cloud`` and os-client-config has been moved in to
``openstack.config``. The next release of shade will be a thin compatibility ``openstack.config``. Future releases of shade will provide a thin
layer that subclasses the objects from ``openstack.cloud`` and provides compatibility layer that subclasses the objects from ``openstack.cloud``
different argument defaults where needed for compat. and provides different argument defaults where needed for compatibility.
Similarly the next release of os-client-config will be a compat Similarly future releases of os-client-config will provide a compatibility
layer shim around ``openstack.config``. layer shim around ``openstack.config``.
.. note:: .. note::