Remove unnecessary variables

These variables are not used anymore.
This patch removes them.

Change-Id: Id8035412a4f30b1b297acd71cda1d4eff61f5399
This commit is contained in:
manchandavishal 2019-05-08 09:51:33 +05:30 committed by Vishal Manchanda
parent 4ab7f806b8
commit 74760876a9
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):