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
This commit is contained in:
Akihiro Motoki 2016-09-25 01:12:31 +00:00
parent 48bc2bc6b3
commit 49c942d9cb
1 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,9 @@
<div ng-controller="LaunchInstanceSourceController as ctrl">
<div ng-show="model.allowedBootSources.length > 0">
<p class="step-description" translate>
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.
</p>