Fix decription for Image create modal
Current image create modal description/helpbox contains inaccurate description. Glance can store compressed images, but Nova can't boot from compressed images. This patch deletes mentioning compressed images as supported type. Change-Id: Ie896cceae0b20f7d7cbe4af1e6bca67f2389c43f Closes-Bug: #1479966
This commit is contained in:
parent
89730df3ea
commit
e8a2e7ebb4
@ -9,9 +9,9 @@
|
||||
<h3>{% trans "Description:" %}</h3>
|
||||
<p>
|
||||
{% if HORIZON_IMAGES_ALLOW_UPLOAD %}
|
||||
{% trans "Images can be provided via an HTTP/HTTPS URL or be uploaded from your local file system. Compressed image binaries are supported (.zip and .tar.gz.)" %}
|
||||
{% trans "Images can be provided via an HTTP/HTTPS URL or be uploaded from your local file system." %}
|
||||
{% else %}
|
||||
{% trans "Currently only images available via an HTTP/HTTPS URL are supported. The image location must be accessible to the Image Service. Compressed image binaries are supported (.zip and .tar.gz.)" %}
|
||||
{% trans "Currently only images available via an HTTP/HTTPS URL are supported. The image location must be accessible to the Image Service." %}
|
||||
{% endif %}
|
||||
</p>
|
||||
<p>
|
||||
|
Loading…
x
Reference in New Issue
Block a user