Skip to content
Snippets Groups Projects
Commit d6f62bc6 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Remove unnecessary variables"

parents b5f58b97 74760876
No related branches found
No related tags found
No related merge requests found
......@@ -31,9 +31,6 @@ from openstack_dashboard.dashboards.project.vg_snapshots \
from openstack_dashboard.dashboards.project.vg_snapshots \
import tabs as vg_snapshot_tabs
GROUP_INFO_FIELDS = ("name",
"description")
INDEX_URL = "horizon:project:vg_snapshots:index"
......
......@@ -34,9 +34,6 @@ from openstack_dashboard.dashboards.project.volume_groups \
from openstack_dashboard.dashboards.project.volume_groups \
import workflows as vol_group_workflows
CGROUP_INFO_FIELDS = ("name",
"description")
INDEX_URL = "horizon:project:volume_groups:index"
......
......@@ -20,7 +20,6 @@ from openstack_dashboard import api
from openstack_dashboard.api import cinder
INDEX_URL = "horizon:project:volume_groups:index"
CGROUP_VOLUME_MEMBER_SLUG = "update_members"
def cinder_az_supported(request):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment