d10f4169c931442961cda33b9e45ff7e9554f645
10 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
Takashi NATSUME
|
ddf7c6e370 |
Improve formats of the Compute API guide
Replace the 'NOTE' and 'TODO' words with the note and todo directives in the Compute API guide. Improve some format in the guide. e.g. Fix unnecessary bold characters. Change-Id: I7e9d6b8a5228886fd5de03d12482481d2b652666 Closes-Bug: #1558459 |
||
|
Chris Dent
|
bd199e3f9b |
Support for both microversion headers
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 |
||
|
Abhishek Anand
|
5f4a60fc1a |
fixed typo in word "OpenStack"
Change-Id: Ia7af1834c12e775de736c7afeaa529c63758bbe7 |
||
|
venkatamahesh
|
f86daf0607 |
Fix some word spellings in messages
Change-Id: I40e3c0f3b99ae853f84609c5334e6d230dfff867 |
||
|
He Jie Xu
|
d87f6b4537 |
doc: add client interactive guideline for microversions
This patch adds basic interactive guideline. blueprint complete-todo-in-api-concept-doc Change-Id: I3c828e34c43fa681328f71694940f05c87d28e06 |
||
|
He Jie Xu
|
2433bc5454 |
doc: add version discovery guideline in api concept doc
This patch adds basic guideline how to discover microversion with version API. blueprint complete-todo-in-api-concept-doc Change-Id: I55b50e8300c67b9ec94587a2bdccac55a9c115a0 |
||
|
He Jie Xu
|
670ae42359 |
doc: completes microversion use-cases in api concept doc
This patch adds last few use-cases for microversion. blueprint complete-todo-in-api-concept-doc Change-Id: Ib472c91289fc153e1462d5137eb1b5caebca9a2f |
||
|
EdLeafe
|
231c9a1589 |
Edit the text to be more native-English sounding
No substantial changes; just wanted to make the text sound more like native English. blueprint complete-todo-in-api-concept-doc Change-Id: I9ff48113bf709f63e3654a5851aa8d6853b519b5 |
||
|
He Jie Xu
|
50aa74f91d |
docs: add microversions description in the concept doc
This patch adds generic description for microversions. We will write more use-cases in later patches. blueprint complete-todo-in-api-concept-doc Change-Id: I600ad4186a38eaffbec38bb15b2de0146c076abf |
||
|
Anne Gentle
|
17961c41a3 |
Rearranges to create new Compute API Guide
Uses openstackdocstheme to match other content Has a dependent change in project-config also so that file will build to developer.openstack.org/compute at https://review.openstack.org/#/c/231000/ Change-Id: Ic060a1e79e4b2f8695cb788ff4df018e0cfd3286 |