Fix OpenStack capitalization

Reviewing the Placement API, I noticed wrong OpenStack capitalization.
Fix the docs and some strings as well.

Change-Id: I14a2443687a0d517ece80e794e7ef0d4e165af6f
This commit is contained in:
Andreas Jaeger 2018-01-07 12:34:22 +01:00
parent 269dae0851
commit 02abc1afaf
3 changed files with 4 additions and 4 deletions

View File

@ -4,8 +4,8 @@
Placement API
===============
This is a reference for the Openstack Placement API. To learn more about
Openstack Placement API concepts, please refer to the
This is a reference for the OpenStack Placement API. To learn more about
OpenStack Placement API concepts, please refer to the
`Placement Introduction <https://docs.openstack.org/nova/latest/user/placement.html>`_.
The Placement API uses JSON for data exchange. As such, the ``Content-Type``

View File

@ -7,7 +7,7 @@ supports microversioning. Microversions allow use of certain features on a
per-request basis via the ``OpenStack-API-Version`` header. For example, to
request microversion 1.10, specify the header::
Openstack-API-Version: placement 1.10
OpenStack-API-Version: placement 1.10
For more details about Microversions, please reference:
`Microversions

View File

@ -74,7 +74,7 @@ Update traits
Insert a new custom trait. If traits already exists 204 will be returned.
There are two kinds of traits: the standard traits and the custom traits.
The standard traits are interoperable across different Openstack cloud
The standard traits are interoperable across different OpenStack cloud
deployments. The definition of standard traits comes from the `os-traits`
library. The standard traits are read-only in the placement API which means
that the user can't modify any standard traits through API.