Remove reference to nova on version discovery

The example does not exactly match what is returned by nova (which
does not use max_version) so remove the statement asserting that it
does.

Change-Id: I76475263ed495f7ca367c8b29b0872073c1846e3
This commit is contained in:
Chris Dent 2017-04-05 17:25:50 +01:00
parent 6cf4e1deca
commit 098ca4a622
1 changed files with 1 additions and 2 deletions

View File

@ -134,8 +134,7 @@ The Version API for each service should return the minimum and maximum
versions. These values are used by the client to discover the supported API
versions.
A version response would look as follows. This example is from the compute API
provided by Nova::
A version response would look as follows::
GET /
{