Correct the wrong url in "Manage QoS Spec Association"

The "_associate_qos_spec.html" url in "associate_qos_spec.html" is
wrong, so there will cast TemplateDoesNotExist error. This patch
Correct the wrong url.

Change-Id: I757f75136018f85dec41ac4d813945748658ecec
Closes-Bug: #1490366
This commit is contained in:
chenqiaomin 2015-07-08 13:41:28 -04:00 committed by Allen
parent e2d7d32112
commit ddf66da8ad
1 changed files with 1 additions and 1 deletions

View File

@ -3,5 +3,5 @@
{% block title %}{% trans "Associate QoS Spec" %}{% endblock %}
{% block main %}
{% include 'admin/volumes/volume_types/qos_specs/_associate_qos_spec.html' %}
{% include 'admin/volumes/volume_types/_associate_qos_spec.html' %}
{% endblock %}