From ad75beee1148b7dc918bf858577aed0e9b5e83de Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Mon, 19 Aug 2019 14:13:37 -0400 Subject: [PATCH] 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 --- api-ref/source/parameters.yaml | 9 +++++++++ api-ref/source/servers-actions.inc | 1 + 2 files changed, 10 insertions(+) diff --git a/api-ref/source/parameters.yaml b/api-ref/source/parameters.yaml index 34fb3d16795f..8a7d7fdc6622 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 d118073d407c..9684826f5acc 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