From 4f3d13c8519f5f130d262fc7babc362730088239 Mon Sep 17 00:00:00 2001 From: Atsushi SAKAI Date: Wed, 18 May 2016 19:04:37 +0900 Subject: [PATCH] api-ref: Add fault parameter details Add fault parameter details, according to following code. https://github.com/openstack/nova/blob/stable/mitaka/nova/api/openstack/compute/views/servers.py#L239 This information is useful for troubleshooting. Change-Id: I3a46c9aa87667e6eea07a5c560d0e108a1c03658 --- api-ref/source/parameters.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/api-ref/source/parameters.yaml b/api-ref/source/parameters.yaml index 9019482578..f97812d275 100644 --- a/api-ref/source/parameters.yaml +++ b/api-ref/source/parameters.yaml @@ -1008,6 +1008,10 @@ extensions: fault: description: | A fault object. Only displayed in the failed response. + Default keys are ``code``, ``created``, and ``message`` + (response code, created time, and message respectively). + In addition, the key ``details`` (stack trace) is available + if you have the administrator privilege. in: body required: false type: object