Merge "CI: run doc8 on api-ref"

This commit is contained in:
Zuul 2020-08-12 08:08:45 +00:00 committed by Gerrit Code Review
commit 42a77a45e1
3 changed files with 19 additions and 18 deletions

View File

@ -14,11 +14,12 @@ Inspector API supports versioning. There are two kinds of versions:
- ``microversions``, which can be requested through the use of the - ``microversions``, which can be requested through the use of the
``X-OpenStack-Ironic-Inspector-API-Version`` header. ``X-OpenStack-Ironic-Inspector-API-Version`` header.
The Version APIs work differently from other APIs as they *do not* require authentication. The Version APIs work differently from other APIs as they *do not* require
authentication.
All API requests support the ``X-OpenStack-Ironic-Inspector-API-Version`` header. All API requests support the ``X-OpenStack-Ironic-Inspector-API-Version``
This header SHOULD be supplied with every request; in the absence of this header, header. This header SHOULD be supplied with every request; in the absence of
server will default to current supported version in all responses. this header, server will default to current supported version in all responses.
List API versions List API versions
================= =================
@ -44,8 +45,8 @@ Response Example
- links: links - links: links
- status: status - status: status
- x-openstack-ironic-api-min-version: x-openstack-ironic-inspector-api-minimum-version - x-openstack-ironic-inspector-api-min-version: api-minimum-version
- x-openstack-ironic-api-max-version: x-openstack-ironic-inspector-api-maximum-version - x-openstack-ironic-inspector-api-max-version: api-maximum-version
.. literalinclude:: samples/api-root-response.json .. literalinclude:: samples/api-root-response.json
:language: javascript :language: javascript
@ -74,8 +75,8 @@ Response Example
- rel: rel - rel: rel
- name: name - name: name
- x-openstack-ironic-api-min-version: x-openstack-ironic-inspector-api-minimum-version - x-openstack-ironic-inspector-api-min-version: api-minimum-version
- x-openstack-ironic-api-max-version: x-openstack-ironic-inspector-api-maximum-version - x-openstack-ironic-inspector-api-max-version: api-maximum-version
.. literalinclude:: samples/api-v1-root-response.json .. literalinclude:: samples/api-v1-root-response.json
:language: javascript :language: javascript

View File

@ -1,23 +1,23 @@
# variables in header # variables in header
x-auth-token: api-maximum-version:
description: |
The client token being passed into Ironic Inspector API to make
authentication.
in: header
required: true
type: string
x-openstack-ironic-inspector-api-maximum-version:
description: | description: |
Maximum API microversion supported by this endpoint, eg. "1.10" Maximum API microversion supported by this endpoint, eg. "1.10"
in: header in: header
required: true required: true
type: string type: string
x-openstack-ironic-inspector-api-minimum-version: api-minimum-version:
description: | description: |
Minimum API microversion supported by this endpoint, eg. "1.1" Minimum API microversion supported by this endpoint, eg. "1.1"
in: header in: header
required: true required: true
type: string type: string
x-auth-token:
description: |
The client token being passed into Ironic Inspector API to make
authentication.
in: header
required: true
type: string
x-openstack-ironic-inspector-api-version: x-openstack-ironic-inspector-api-version:
description: > description: >
A request SHOULD include this header to indicate to the Ironic Inspector A request SHOULD include this header to indicate to the Ironic Inspector

View File

@ -44,7 +44,7 @@ commands =
[testenv:pep8] [testenv:pep8]
commands = commands =
flake8 ironic_inspector flake8 ironic_inspector
doc8 README.rst CONTRIBUTING.rst doc/source doc8 -e .rst -e .inc README.rst CONTRIBUTING.rst doc/source api-ref/source
[testenv:functional-py36] [testenv:functional-py36]
commands = commands =