From 49c942d9cb9cd2db28b42b8e868029159d1f8879 Mon Sep 17 00:00:00 2001 From: Akihiro Motoki Date: Sun, 25 Sep 2016 01:12:31 +0000 Subject: [PATCH] Add volume snapshot to boot source description Also sorts boot source options in the order of the dropdown menu of "Select Boot Source". Change-Id: Icc9796123afe84af9dc1e8fc27cb56dd83a7a5d3 Closes-Bug: #1626302 --- .../project/workflow/launch-instance/source/source.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/source/source.html b/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/source/source.html index 0a8cb73300..eb9456cb31 100644 --- a/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/source/source.html +++ b/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/source/source.html @@ -1,7 +1,9 @@

- Instance source is the template used to create an instance. You can use a snapshot of an existing instance, an image, or a volume (if enabled). + Instance source is the template used to create an instance. + You can use an image, a snapshot of an instance (image snapshot), + a volume or a volume snapshot (if enabled). You can also choose to use persistent storage by creating a new volume.