summaryrefslogtreecommitdiff
path: root/api-guide/source/faults.rst
Commit message (Collapse)AuthorAgeFilesLines
* api-guide: flesh out the server actions sectionMatt Riedemann2019-12-021-6/+162
| | | | | | | | | | | | | | | The API guide on faults has a section on server actions but just links to the API reference. There is also the "Asynchronous faults" section at the bottom which refers to the server actions API but does not go into details. This fleshes that section on server actions out a bit more and includes a walkthrough on the command line of a failed resize due to NoValidHost. I chose this example since the server status does not change to ERROR so there is no fault to see in the server details when the resize action fails. Change-Id: I95130eeeac1ef8f4676925fe6c0e2d386d88259c
* api-guide: flesh out todos in user docMatt Riedemann2019-11-251-0/+1
| | | | | | | | | This is pretty basic. As for the todo about using named personas I've just removed that since I don't think at this point anyone is going to work on assigning names like Bob and Sally to roles in the guide and consistently use them. Change-Id: I88dfb23c0e2750dc37d32dfc431b62baed7238b6
* doc: fix links for server actions in api guideMatt Riedemann2019-07-261-2/+4
| | | | | | | | | | The section about server actions is talking about the os-instance-actions API but linking to the server actions section in the API reference. This retains the link to the server actions section but changes the "for more details" link to the actual os-instance-actions reference. Change-Id: Icb5c4cadd1c552f44bfadefd055c07ea38df0eaa
* 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
* Change some URLs to point to better targetszhufl2019-05-131-1/+1
| | | | | | This is to change some URLs to point to better or more accurate targets. Change-Id: I1d450ba8bd2271a69f9380cc4d2b36ae3eefe09a
* Fix none-ascii char in doczhufl2018-08-071-3/+3
| | | | | | | There exist some none-ascii chars in doc, which may cause trouble in displaying. Change-Id: I1ebf83fb4e8cc853fd7f3065ecf420a064c9983f
* doc: cleanup API guide about instance faultsMatt Riedemann2018-04-131-2/+18
| | | | | | | | | | The compute API guide section on instance faults is updated to point out that server details contain fault information for servers in ERROR or DELETED status along with a simple non-admin scenario example. Change-Id: Idc725a594b67b5f6e45c6f161f6e92c0601761a8 Closes-Bug: #1762842
* Update links in documentszhangbailin2018-01-121-1/+1
| | | | | | | | Due to the migration of the OpenStack document library, some outdated links were found during use, using https instead of http and pointing to the right place. Change-Id: I1e37e15643b4ff7a7b22b2c7c39eba76d0cbdb39
* api-ref: Add X-Openstack-Request-Id descriptionTakashi NATSUME2017-07-101-7/+76
| | | | | | | | | | | | Add the description for the following items in the API reference and the API guide. * 'X-Openstack-Request-Id' header in request * 'X-Openstack-Request-Id' header in response * 'X-Compute-Request-Id' in response Change-Id: Idd9181c1530eb9576da9941416b697a97c0cfb8d Closes-Bug: #1693555
* Fix a typo from ID to Idjichenjc2016-09-101-1/+1
| | | | | | | | this is in the doc and noticable by user, it's X-Compute-Request-Id instead of X-Compute-Request-ID so worthy change it Change-Id: Ibb6f38e1694a9a3381ea8473cbe6d0e97e3266ec
* Merge "Doc fix for Nova API Guide, fixed wording"Jenkins2016-09-191-1/+1
|\
| * Doc fix for Nova API Guide, fixed wordingKurtis Cobb2016-09-121-1/+1
| | | | | | | | | | | | | | | | This patch updates the Nova API Guide: faults.rst. Modified wording on line 94 for improved readability. Change-Id: I622d64f7aa80c559fbf924adf1f9ce0ee82f3d81 Related-Bug: #1622758
* | Doc fix for Nova API Guide, added missing word.Kurtis Cobb2016-09-141-4/+4
|/ | | | | | | | This patch updates the Nova API Guide: faults.rst. Insert missing word "call" on line 7 to improve readability. Change-Id: Ia48870daff3d5f0ff0716ff716dfcc31f5ff6021 Closes-Bug: #1622758
* [api-guide]: Update reference linksNguyen Phuong An2016-08-231-1/+1
| | | | | | | | | This patch update reference links in http://developer.openstack.org/api-guide/compute/. Closes-Bug: #1615944 Change-Id: Ia794f6ae2b84620636e19f9460c5b2bd07f4522d
* Fix API Guide docWaldemar Znoinski2016-02-231-9/+9
| | | | | | | | | | * typos * reduntant words * reworded sentences for clarity Closes-bug: #1545748 Change-Id: I0700d04de38b34cf13988490873b8c34dad1005b
* Make admin consistentKen'ichi Ohmichi2015-12-081-2/+2
| | | | | | | | | There are variety like "admin" or "administrator" on api-guide, so this patch makes these words consistent for the readability. Partially implements blueprint complete-todo-in-api-concept-doc Change-Id: Id0a9444e5d48f62d6d02114f8668761647c2dae0
* Merge "Remove description about image from faults section"Jenkins2015-12-041-45/+10
|\
| * Remove description about image from faults sectionHe Jie Xu2015-12-021-45/+10
| | | | | | | | | | | | | | | | | | There isn't 'fault' field in the response of image API. So remove image stuff from the faults section. blueprint complete-todo-in-api-concept-doc Change-Id: I79d2b4a3dc492b8410b649756057c2d824f19989
* | docs: using the correct format and real world example for fault messageHe Jie Xu2015-12-031-7/+6
|/ | | | | | | | | This patch corrects the fault message format, and use an example which existed in the real world. blueprint complete-todo-in-api-concept-doc Change-Id: I76706cca5a9fdcfa6c3e2c9d08aa8f94fb9471d8
* docs: update the API faults concept guideJohn Garbutt2015-11-161-75/+65
| | | | | | | | | | This updates the API concept guide to talk about request-ids and the Server Actions API, while keeping the existing content on sync and async errors. blueprint complete-todo-in-api-concept-doc Change-Id: Icbc4a3a3559552f7d210838536897e411a9d4ce4
* Rearranges to create new Compute API GuideAnne Gentle2015-11-121-0/+190
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