summaryrefslogtreecommitdiff
path: root/api-ref
diff options
context:
space:
mode:
authorMatt Riedemann <mriedem.os@gmail.com>2019-08-19 14:13:37 -0400
committerMatt Riedemann <mriedem.os@gmail.com>2019-08-19 15:01:35 -0400
commitad75beee1148b7dc918bf858577aed0e9b5e83de (patch)
tree4a75a3af40aac9528184a22268c7e5538648e17c /api-ref
parent9f269e53868422448b50bd2328d71df2e4434a8a (diff)
downloadnova-ad75beee1148b7dc918bf858577aed0e9b5e83de.tar.gz
api-ref: add config_drive to 2.75 rebuild response parameters
Change I9d257a003d315b84b937dcef91f3cb41f3e24b53 and the 2.75 microversion returns the config_drive parameter in the rebuild response and it's in the 2.75 rebuild response sample but was missing from the response parameters table. Change-Id: I89eca8638bc0d64b7f320f4ec5c49375bfebdb56
Diffstat (limited to 'api-ref')
-rw-r--r--api-ref/source/parameters.yaml9
-rw-r--r--api-ref/source/servers-actions.inc1
2 files changed, 10 insertions, 0 deletions
diff --git a/api-ref/source/parameters.yaml b/api-ref/source/parameters.yaml
index 34fb3d1679..8a7d7fdc66 100644
--- a/api-ref/source/parameters.yaml
+++ b/api-ref/source/parameters.yaml
@@ -2042,6 +2042,15 @@ config_drive_resp:
in: body
required: true
type: string
+config_drive_resp_rebuild:
+ description: |
+ Indicates whether or not a config drive was used for this server.
+ The value is ``True`` or an empty string. An empty string stands for
+ ``False``.
+ in: body
+ required: true
+ type: string
+ min_version: 2.75
configure_project_cloudpipe:
description: |
VPN IP and Port information to configure the cloudpipe instance..
diff --git a/api-ref/source/servers-actions.inc b/api-ref/source/servers-actions.inc
index d118073d40..9684826f5a 100644
--- a/api-ref/source/servers-actions.inc
+++ b/api-ref/source/servers-actions.inc
@@ -634,6 +634,7 @@ Response
- trusted_image_certificates: server_trusted_image_certificates_resp
- server_groups: server_groups_2_71
- locked_reason: locked_reason_resp
+ - config_drive: config_drive_resp_rebuild
- OS-EXT-AZ:availability_zone: OS-EXT-AZ:availability_zone_update_rebuild
- OS-EXT-SRV-ATTR:host: OS-EXT-SRV-ATTR:host_update_rebuild
- OS-EXT-SRV-ATTR:hypervisor_hostname: OS-EXT-SRV-ATTR:hypervisor_hostname_update_rebuild