summaryrefslogtreecommitdiff
path: root/api-ref/source/versions.inc
Commit message (Collapse)AuthorAgeFilesLines
* Update api-ref locationAndreas Jaeger2019-07-221-1/+1
| | | | | | | | | | | | | | | | The api documentation is now published on docs.openstack.org instead of developer.openstack.org. Update all links that are changed to the new location. Note that Neutron publishes to api-ref/network, not networking anymore. Note that redirects will be set up as well but let's point now to the new location. For details, see: http://lists.openstack.org/pipermail/openstack-discuss/2019-July/007828.html Change-Id: Id2cf3aa252df6db46575b5988e4937ecfc6792bb
* Fix version details API does not return 200 OKliuyamin2018-11-081-2/+2
| | | | | | | | | | When use version details api http://ip/compute/v2 to get api details, it does not return 200 OK, and the return value is empty. This change is to correct the version details API URL. Change-Id: I6befb4df6b688ae8c59671781c4e7b338a16462c Closes-Bug: #1802247
* Fix broken URLsAndreas Jaeger2017-09-071-2/+2
| | | | | | | Fix broken nova URLs that linked to the old developer/nova places and use the new link instead. Change-Id: Ideb50626e140201dded19fc82584440f1a407e47
* api-ref: Fix missing parameters in API VersionsTakashi NATSUME2017-06-281-14/+7
| | | | | | | | Add 'updated' and 'media-types' explicitly in parameter tables. Change-Id: I3e9f3374d4183d7ef7d3cb55cc95a4499ab20d49 Closes-Bug: #1634668
* Trival fix typos in api-refKevin_Zheng2016-12-211-1/+1
| | | | | | Trival fix typos in api-ref Change-Id: I98347db828a919dd9fa8f3c3ad51c7a048909176
* [api-ref] Minor text clean-up, formattingKaren Bradshaw2016-11-291-2/+2
| | | | | | | | | - Cleaned up some wording, and formatted two rst notes. - Moved cloudpipe.inc in index.rst to be located with other deprecated apis. Change-Id: Ic3740540e8cc626110c77214acf87338e1abdd76
* Add microversion cap informationKevin_Zheng2016-11-161-0/+6
| | | | | | | | | | | Currently we only publish the master branch of api-ref to: http://developer.openstack.org/api-ref/compute and we have microversion caps for different releases. It will be better for user to understand if we add also microversion caps information to the doc. Change-Id: Ic6c042f68f5d340a68abad6701e65d44e46da3a7 Closes-bug: #1640995
* remove /v2.1/{tenant_id} from all urlsSean Dague2016-06-031-3/+3
| | | | | | | | | | | | As discussed at summit, the version part of the URL is not really relevant, or a thing a user should be filling out themselves, this should instead be set by the service catalog and extracted from the token. This removes it's reference in all documented REST urls, and adds a new section describing how one gets the base URL for all calls. Change-Id: I4306b8c3de0225e54f3909dd8a1fb293c4e5944c
* Support for both microversion headersChris Dent2016-05-251-1/+2
| | | | | | | | | | | | | | | | | In this change the new OpenStack-API-Version headers is allowed, but not required, for requesting a microversion. Both headers are accepted in the request and both headers are sent in the response (both the header and its value, and the addition to the Vary header). Many tests which explicitly use a microversion header have been updated to use both. This change is not 100% as most of the tests are testing the handling of the value of the header, not which header is involved. Partially-Implements: blueprint modern-microversions Change-Id: I68da13b5ba0c2f3357523e765a5b9db81899daf1
* Fix the versions API for api-refHe Jie Xu2016-05-191-9/+4
| | | | | | | | | * Add doc for request without version in the url * Add a link reference for microversion detail Part of bp:api-ref-in-rst Change-Id: Iadee4623fe70c43ad38c087e027f7e4cf01fea12
* add tags to files for the content verification phaseSean Dague2016-04-201-0/+4
| | | | | | | | | | This adds a set of tags in comments to the beginning of files so that we can process them according to the documentation here: https://wiki.openstack.org/wiki/NovaAPIRef Part of bp:api-ref-in-rst Change-Id: I17cf584dafb5bd969c12f51b7e7185d92365bf93
* clean up versions.inc reference documentSean Dague2016-04-151-42/+74
| | | | | | | | | | | | | | | | | | | | This fixes a number of issues in the versions.inc reference document. Documents all the useful parameters in the response (we really need to do something about the ones that are not). Fix links to samples content, and write some text explaining them. Parametrize the {api_version} GET call, it was weird to list all the hard coded values there. Add a couple of inline todos for longer additional references we should do. Part of bp:api-ref-in-rst Change-Id: I56e5e922fca39453d0d9fc062a84daba7cad8cc1
* move sphinx h3 to '-' instead of '^'Sean Dague2016-04-151-6/+6
| | | | | | | | | | | | | | | In the sphinx document h3 is supposed to be '-' not '^': =, for sections -, for subsections ^, for subsubsections We have to enforce consistency here because we're processing included files which all have to agree, otherwise it's a sphinx error. Part of bp:api-ref-in-rst Change-Id: Ic6eef5cacb07870f161b04b031e332f2b87aeedc
* Import RST files for documentationSean Dague2016-04-131-0/+77
This is the results of the RST conversion from WADL. It creates a single index plus a bunch of included files which represent sections of the API document. This is the starting point for fixing the documentation. Change-Id: I7d561c2ecdcd864172dedb54a551f17ad3bdfe26