summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-09-29 18:25:46 +0000
committerGerrit Code Review <review@openstack.org>2015-09-29 18:25:46 +0000
commitfbc7e987b7e6f590c4b42249f2c0cf7d8310dbd3 (patch)
tree6082d5daffe3888b841dad4e5d62aa7ee6af0448
parent8c236362abfc55af1bd3e8fde515fe424789eefb (diff)
parentc0797053105a181b60e79837284f771ec85cca56 (diff)
downloadhorizon-fbc7e987b7e6f590c4b42249f2c0cf7d8310dbd3.tar.gz
Merge "Added correct URL to edit QoS spec" into stable/kilo
-rw-r--r--openstack_dashboard/dashboards/admin/volumes/volume_types/qos_specs/views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstack_dashboard/dashboards/admin/volumes/volume_types/qos_specs/views.py b/openstack_dashboard/dashboards/admin/volumes/volume_types/qos_specs/views.py
index 30ca07ed5..593d4a811 100644
--- a/openstack_dashboard/dashboards/admin/volumes/volume_types/qos_specs/views.py
+++ b/openstack_dashboard/dashboards/admin/volumes/volume_types/qos_specs/views.py
@@ -101,7 +101,7 @@ class EditKeyValuePairView(QosSpecMixin, forms.ModalFormView):
modal_id = "qos_spec_edit_modal"
template_name = 'admin/volumes/volume_types/qos_specs/edit.html'
submit_label = _("Save")
- submit_url = "horizon:admin:volumes:volume_types:qos_specs_edit"
+ submit_url = "horizon:admin:volumes:volume_types:qos_specs:edit"
success_url = 'horizon:admin:volumes:volume_types:qos_specs:index'
page_title = _("QoS Spec: {{ qos_spec_name }}")