horizon/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance
Eric Desrochers 4788c4d2f5 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
2019-03-27 21:28:44 -04:00
..
configuration Commonize load-edit directive 2017-11-30 11:52:11 +09:00
details [Micro version] Support description for instance 2017-10-26 22:36:00 +08:00
flavor Fix warning message not showing on launch instance modal 2017-09-03 21:27:57 -07:00
keypair Add key_type selection on Keypairs form 2019-03-13 16:32:06 +02:00
metadata Adjust width so as not to be hidden by "help element” 2016-05-05 21:00:59 +00:00
network Network and subnet names are empty 2018-10-30 15:20:30 +08:00
networkports i18n: Fix untranslated messages 2018-01-31 13:35:36 +00:00
scheduler-hints Support scheduler hints when launching instance 2016-04-15 22:47:57 +00:00
security-groups Fix location of security group panel in launch-instance form 2017-03-18 05:06:37 +00:00
server-groups Display policy in server groups table instead of sub table 2018-01-11 10:20:57 +08:00
source Correct error message for volume size in Launch Instance 2019-02-09 16:13:22 +09:00
launch-instance-modal.controller.js Launch Instance Modal should be exist as a Service 2015-12-02 16:07:33 +00:00
launch-instance-modal.controller.spec.js Launch Instance Modal should be exist as a Service 2015-12-02 16:07:33 +00:00
launch-instance-modal.service.js Update for ui bootstrap changes 2016-12-15 17:00:22 +00:00
launch-instance-modal.service.spec.js Update for ui bootstrap changes 2016-12-15 17:00:22 +00:00
launch-instance-model.service.js Not implicitly set vol_device_name to vda 2019-03-27 21:28:44 -04:00
launch-instance-model.service.spec.js Not implicitly set vol_device_name to vda 2019-03-27 21:28:44 -04:00
launch-instance-wizard.controller.js Update eslint-plugin-angular to the latest 2016-01-11 10:42:06 -08:00
launch-instance-wizard.controller.spec.js JSCS Cleanup - style guide cleanup for Launch Instance wizard 2015-08-07 22:35:58 +00:00
launch-instance-workflow.service.js Tabs in launch server wizard not depending on OPENSTACK_NOVA_EXTENSIONS_BLACKLIST 2018-01-26 16:56:38 +01:00
launch-instance-workflow.service.spec.js Tabs in launch server wizard not depending on OPENSTACK_NOVA_EXTENSIONS_BLACKLIST 2018-01-26 16:56:38 +01:00
launch-instance.module.js Sync nova policy 2018-02-05 05:57:02 +09:00
launch-instance.module.spec.js Dashboard ReOrg - Relocate Launch Instance module 2015-08-05 11:21:19 -06:00