{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% block form_attrs %}enctype="multipart/form-data"{% endblock %} {% block modal-body-right %}

{% trans "Description:" %}

{% blocktrans %} Deploys a VNF.
If the VNFD template is parameterized, upload a yaml file with values for those parameters.
If the VNFD template is not parameterized, any yaml file uploaded will be ignored.
If a configuration yaml file is uploaded, it will be applied to the VNF post its successful creation.{% endblocktrans %}

{% endblock %}