summaryrefslogtreecommitdiff
path: root/api-ref
diff options
context:
space:
mode:
authorGhanshyam Mann <gmann@ghanshyammann.com>2019-08-20 01:01:29 +0000
committerMatt Riedemann <mriedem.os@gmail.com>2019-08-20 12:58:36 +0000
commitf7e672d302cc7ae1c3d15bb70b257d82c4c07ac0 (patch)
treec82d62656e02b21c150f8d1d61bcb60c97ab0b25 /api-ref
parent900e94d305c0dd3d41c945889a50060f9ae1e4ba (diff)
downloadnova-f7e672d302cc7ae1c3d15bb70b257d82c4c07ac0.tar.gz
Update api-ref for 2.75 to add config_drive in server update response
In 2.75, we missed to add the config_drive field in api-ref for update server response - I9d257a003d315b84b937dcef91f3cb41f3e24b53. This commit updates the api-ref. Change-Id: I46ab0b8650bf50a5384bb56027cdf0dc2a9bb2fe Partial-Implements: blueprint api-consistency-cleanup
Diffstat (limited to 'api-ref')
-rw-r--r--api-ref/source/parameters.yaml2
-rw-r--r--api-ref/source/servers-actions.inc2
-rw-r--r--api-ref/source/servers.inc1
3 files changed, 3 insertions, 2 deletions
diff --git a/api-ref/source/parameters.yaml b/api-ref/source/parameters.yaml
index 8a7d7fdc66..7337a3a381 100644
--- a/api-ref/source/parameters.yaml
+++ b/api-ref/source/parameters.yaml
@@ -2042,7 +2042,7 @@ config_drive_resp:
in: body
required: true
type: string
-config_drive_resp_rebuild:
+config_drive_resp_update_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
diff --git a/api-ref/source/servers-actions.inc b/api-ref/source/servers-actions.inc
index 9684826f5a..6092f9459f 100644
--- a/api-ref/source/servers-actions.inc
+++ b/api-ref/source/servers-actions.inc
@@ -634,7 +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
+ - config_drive: config_drive_resp_update_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
diff --git a/api-ref/source/servers.inc b/api-ref/source/servers.inc
index 2aa31f0b6f..ced90e5304 100644
--- a/api-ref/source/servers.inc
+++ b/api-ref/source/servers.inc
@@ -877,6 +877,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_update_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