Add HTTP status code definitions to OS-SIMPLE-CERT

There was no error definition to the SIMPLE CERT extension. Clarify
these for the implementation.

Change-Id: Ib235a12abf7d2afcfce13b88fc9fbbe9c3f3995a
This commit is contained in:
Jamie Lennox 2014-01-22 06:00:45 +10:00
parent 2b8d3d1e8d
commit 5c6777a415

View File

@ -150,3 +150,22 @@ certificates.
/0O4YANlKZhFqNpio75mv1loLFA93jbpdYrTaaJ0PIDB/s9TT0Yo/vmwqWrbKjCa
57XAzAvWObhr7g==
-----END CERTIFICATE-----
### HTTP Status Codes
The following codes are used to indicate success of failure conditions.
#### 200 OK
Certificates are successfully found and returned.
#### 403 Forbidden
There are no certificates to be returned.
This will typically indicate that keystone is using UUID tokens and therefore there are no certificates available.
#### 500 Internal Server Error
An Error was produced on the server.
A typical example is that the server is configured to use PKI tokens but is misconfigured and the certificates were unable to be found.