diff options
author | Shivanand Tendulker <stendulker@gmail.com> | 2018-02-02 10:05:47 -0500 |
---|---|---|
committer | Shivanand Tendulker <stendulker@gmail.com> | 2018-02-02 10:05:47 -0500 |
commit | 8010b0707695e529f288abd65940d878ba57769b (patch) | |
tree | afe49cbee206a401031de78cdd0701aaaf12f024 /api-ref/source | |
parent | b8a389082be4fbdae62f3b36a7fdfca0ae31052c (diff) | |
download | ironic-8010b0707695e529f288abd65940d878ba57769b.tar.gz |
Follow-up patch for api-ref documentation for rescue
This patch addresses outstanding comments for commit
9a6c62dd8e54bb07f4ca4da0b4c3c4e71ebf7971
Change-Id: I3072f36a57cfd4d4963d5aa0bd2a60888df4d587
Related-Bug: #1526449
Diffstat (limited to 'api-ref/source')
-rw-r--r-- | api-ref/source/baremetal-api-v1-nodes.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/api-ref/source/baremetal-api-v1-nodes.inc b/api-ref/source/baremetal-api-v1-nodes.inc index 34cf73b69..b65b7113c 100644 --- a/api-ref/source/baremetal-api-v1-nodes.inc +++ b/api-ref/source/baremetal-api-v1-nodes.inc @@ -248,6 +248,9 @@ Nova instance, eg. with a request to ``v1/nodes/detail?instance_uuid={NOVA INSTA .. versionadded:: 1.37 Introduced the ``traits`` field. +.. versionadded:: 1.38 + Introduced the ``rescue_interface`` field. + Normal response codes: 200 .. TODO: add error codes @@ -332,6 +335,9 @@ only the specified set. .. versionadded:: 1.37 Introduced the ``traits`` field. +.. versionadded:: 1.38 + Introduced the ``rescue_interface`` field. + Normal response codes: 200 .. TODO: add error codes |