summaryrefslogtreecommitdiff
path: root/api-ref
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2017-10-24 14:06:08 +0000
committerGerrit Code Review <review@openstack.org>2017-10-24 14:06:08 +0000
commita710321f7df149454be246e0b889e9a035b5992c (patch)
tree541c9751a1406966102f41e94608ee4d1bee4577 /api-ref
parent09fae1c98f25cf7de91ae52fd50cbdb39ef7935a (diff)
parentb219699e9d18097629e897674c5b7c32b1ba2f5a (diff)
downloadironic-a710321f7df149454be246e0b889e9a035b5992c.tar.gz
Merge "Update validating node information docs"
Diffstat (limited to 'api-ref')
-rw-r--r--api-ref/source/baremetal-api-v1-node-management.inc8
-rw-r--r--api-ref/source/parameters.yaml12
2 files changed, 17 insertions, 3 deletions
diff --git a/api-ref/source/baremetal-api-v1-node-management.inc b/api-ref/source/baremetal-api-v1-node-management.inc
index c443a73ea..0fb8728fe 100644
--- a/api-ref/source/baremetal-api-v1-node-management.inc
+++ b/api-ref/source/baremetal-api-v1-node-management.inc
@@ -66,13 +66,15 @@ the Node's driver does not support that interface.
.. rest_parameters:: parameters.yaml
- - power: v_power
- boot: v_boot
- - deploy: v_deploy
- console: v_console
- - management: v_management
+ - deploy: v_deploy
- inspect: v_inspect
+ - management: v_management
+ - network: v_network
+ - power: v_power
- raid: v_raid
+ - storage: v_storage
**Example node validation response:**
diff --git a/api-ref/source/parameters.yaml b/api-ref/source/parameters.yaml
index bf181db42..c931ed65b 100644
--- a/api-ref/source/parameters.yaml
+++ b/api-ref/source/parameters.yaml
@@ -1048,6 +1048,12 @@ v_management:
in: body
required: true
type: object
+v_network:
+ description: |
+ Status of the "network" interface
+ in: body
+ required: true
+ type: object
v_power:
description: |
Status of the "power" interface
@@ -1060,6 +1066,12 @@ v_raid:
in: body
required: true
type: object
+v_storage:
+ description: |
+ Status of the "storage" interface
+ in: body
+ required: true
+ type: object
vendor_interface:
description: |
Interface for vendor-specific functionality on this node, e.g. "no-vendor".