Lowercase Compute in an example header

Headers are case insensitive, so case doesn't actually matter. However,
the normal form for compute in the keystone catalog is all lower case -
so seeing it here as leading-caps brings a cognitive dissonance that
isn't valuable.

Change-Id: Ief3e5263b421b1b59165b40a073c9a2fbd321dea
This commit is contained in:
Monty Taylor 2016-05-05 08:51:58 -05:00
parent 9fd21f4eee
commit 3697b7fde7
No known key found for this signature in database
GPG Key ID: 3390DB68041A12F0

View File

@ -63,7 +63,7 @@ this should be avoided in favor of using a more generic header name
and placing the specifics in the value. For example compare the
following two headers::
OpenStack-API-Version: Compute 2.1
OpenStack-API-Version: compute 2.1
OpenStack-Nova-API-Version: 2.1
.. note:: The second header is in the form of a microversion header