yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #73508
[Bug 1777394] Re: api-ref: The wrong order of parameters in the request of "Create Server" API
Reviewed: https://review.openstack.org/576046
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=0ffd2529b1c70d04315ee1a7be755fe020645be0
Submitter: Zuul
Branch: master
commit 0ffd2529b1c70d04315ee1a7be755fe020645be0
Author: Takashi NATSUME <natsume.takashi@xxxxxxxxxxxxx>
Date: Mon Jun 18 16:28:22 2018 +0900
api-ref: Fix parameters about trusted certificate IDs
Fix the location of the 'trusted_image_certificates'
parameter in the parameter list
of the request body in the "Create Server" API.
Add an additional description that explains
the value is null if the trusted certificate IDs are not set
in the description for the 'trusted_image_certificates' parameter
in the response body.
Change-Id: Ibd3763044068c64b88a28d6c541c569233e112f8
Closes-Bug: #1777394
** Changed in: nova
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1777394
Title:
api-ref: The wrong order of parameters in the request of "Create
Server" API
Status in OpenStack Compute (nova):
Fix Released
Bug description:
https://developer.openstack.org/api-ref/compute/#create-server
In the "Create Server" API, the 'trusted_image_certificates' parameter
should be before 'os:scheduler_hints' parameters because the
'trusted_image_certificates' parameter is inside of the 'server'
object(dict).
In addition, about the description for the 'trusted_image_certificates' parameter in the response,
the following description had better be added to clarify the value when the trusted certificate IDs are not set in the server. (It is not an empty list but null.)
-------------------------------------------------------------
The value is ``null`` if trusted certificate IDs are not set.
-------------------------------------------------------------
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1777394/+subscriptions
References