From ecaaca711248fa2a602c4db1dd6dd4720d986ee5 Mon Sep 17 00:00:00 2001 From: Zuul Date: Thu, 28 Mar 2019 15:44:30 +0000 Subject: [PATCH] Update git submodules * Update horizon from branch 'master' - Merge "Not implicitly set vol_device_name to vda" - Not implicitly set vol_device_name to vda Using a scsi decorated image with: hw_disk_bus='scsi' hw_scsi_model='virtio-scsi' This solve the case where an instance is launched with 'image' selected as boot source with a new volume. This will result in /dev/vda instead of /dev/sda as it should. Not specifying device name in setFinalSpecBootImageToVolume() leaves the decision to nova to determine it. Example: ------- VM boot volume without scsi meta data decoration: Attached To 0a0cd660-7ce3-4033-9983-2e1099edc5f0 on /dev/vda VM boot volume with scsi meta data decoration: Attached To 91f50dbc-8bdf-4293-84ea-fc5df27b5ee4 on /dev/sda -------- Note: This commit doesn't address cases for where instances are launched using existing volume and snapshot, this will involve more work to migrate the code from BDMv1 to BDMv2. Closes-Bug #1560965 Change-Id: I9d114c2c2e6736a8f1a8092afa568f930b656f09 --- horizon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/horizon b/horizon index cae432ab58..52d85539c7 160000 --- a/horizon +++ b/horizon @@ -1 +1 @@ -Subproject commit cae432ab58f104840a0e107f67ac0a5f5093eb40 +Subproject commit 52d85539c794fe981632036e499d783cfd4b86e3