Merge "Include note about prerequisite packages being installed in UI"

This commit is contained in:
Jenkins 2015-04-23 12:57:42 +00:00 committed by Gerrit Code Review
commit 755e57c2c2
2 changed files with 6 additions and 1 deletions

View File

@ -38,7 +38,9 @@
<p>{% blocktrans %}<strong>Bundle URL:</strong> HTTP/HTTPS URL of the bundle file.{% endblocktrans %}</p>
</div>
<div class='description-common'>
<p>{% blocktrans %}Note: You'll have to configure each package installed from this bundle separately.{% endblocktrans %}</p>
<p>{% blocktrans %}<strong><i>Note: </i></strong>You'll have to configure each package installed from this bundle separately.
<br>If packages depend upon other packages and/or require specific glance images, those are going to be installed with them from murano repository.
{% endblocktrans %}</p>
</div>
</div>
{% endblock %}

View File

@ -55,6 +55,9 @@
<h3>{% trans 'Description:' %}</h3>
<p>{% blocktrans %}<strong>Package URL:</strong> HTTP/HTTPS URL of the package file.{% endblocktrans %}</p>
</div>
<div class='description-common'>
<p>{% blocktrans %}<strong><i>Note: </i></strong>If the package depends upon other packages and/or requires specific glance images, those are going to be installed with it from murano repository.{% endblocktrans %}</p>
</div>
{% endif %}
</div>
{% endblock %}