From 685dc60d5848211d7ccfa208346f1f7d18e5d706 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Fri, 13 Dec 2019 12:36:17 -0500 Subject: api-ref: avoid mushy wording around server.image description This disambiguates the description on the server.image parameter. If the server is booted from volume (where boot from volume means there is a bdm with boot_index=0 and destination_type=volume), then the server.image will be an empty string [1] otherwise it will be a dict. [1] https://github.com/openstack/nova/blob/2f0f8b8cf13b7441ce6a7a524b33d30d40f1d468/nova/api/openstack/compute/views/servers.py#L540 Change-Id: Ia1ecd39a5636fa5a35cdbcafc03828b2925a9033 --- api-ref/source/parameters.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api-ref') diff --git a/api-ref/source/parameters.yaml b/api-ref/source/parameters.yaml index 8401601740..d21c3caf00 100644 --- a/api-ref/source/parameters.yaml +++ b/api-ref/source/parameters.yaml @@ -3832,7 +3832,7 @@ hypervisors: image: description: | The UUID and links for the image for your server instance. The ``image`` object - might be an empty string when you boot the server from a volume. + will be an empty string when you boot the server from a volume. in: body required: true type: object -- cgit v1.2.1