Merge "Remove unnecessary variables"

This commit is contained in:
Zuul 2019-05-14 11:41:06 +00:00 committed by Gerrit Code Review
commit d6f62bc65d
3 changed files with 0 additions and 7 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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):