From 748639822093ef71090a3e3c277c60f3d770ded7 Mon Sep 17 00:00:00 2001 From: Balazs Gibizer Date: Tue, 14 Feb 2017 11:27:38 +0100 Subject: [PATCH] api-ref: note that boot ignores bdm:device_name The volume_attach case was documented properly but the nova boot case missed the note after I76a7cfd995db6c04f7af48ff8c9acdd55750ed76 was merged. Change-Id: I1aa0518e60e349ad625ac366f7748ba35806c829 Closes-Bug: #1664509 --- api-ref/source/parameters.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/api-ref/source/parameters.yaml b/api-ref/source/parameters.yaml index 6e9bbe7939..0d927a17ad 100644 --- a/api-ref/source/parameters.yaml +++ b/api-ref/source/parameters.yaml @@ -1505,6 +1505,9 @@ device: device_name: description: | A path to the device for the volume that you want to use to boot the server. + Note that as of the 12.0.0 Liberty release, the Nova libvirt driver no + longer honors a user-supplied device name. This is the same behavior as if + the device name parameter is not supplied on the request. in: body required: true type: string