Reviewed: https://review.openstack.org/499488 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=b6ed91d05ccaef37cfcc512f93068bfe223eae18 Submitter: Zuul Branch: master
commit b6ed91d05ccaef37cfcc512f93068bfe223eae18 Author: Kevin_Zheng <[email protected]> Date: Thu Aug 31 15:35:06 2017 +0800 block_device_mapping_v2.bus_type is missing from api-ref block_device_mapping_v2.bus_type is missing from POST /servers API reference. This patch add it. Change-Id: I998cf6195d72c80649e9e0fd43be0cf37f8e2f48 Closes-Bug: #1713895 ** 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/1713895 Title: block_device_mapping_v2.bus_type is missing from POST /servers API reference Status in OpenStack Compute (nova): Fix Released Bug description: The POST /servers API reference does not mention the ability to specify a block_device_mapping_v2.bus_type parameter when booting from volume: https://developer.openstack.org/api-ref/compute/#create-server But it is part of the server create schema for BDMv2: https://github.com/openstack/nova/blob/a21cac214c44799a9a9c2cfd78c51fc3ce36cf2b/nova/api/openstack/compute/schemas/block_device_mapping.py#L51 To manage notifications about this bug go to: https://bugs.launchpad.net/nova/+bug/1713895/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

