Remove constant and member variable not used.
Change-Id: I6ce9679c98ecc9e1ff6cb9e94fec46f32f69d99b
This commit is contained in:
@@ -73,7 +73,6 @@ class YumDependencyHandler(base.DependencyHandler):
|
|||||||
TRANSLATION_NAMES = {
|
TRANSLATION_NAMES = {
|
||||||
'horizon': "python-django-horizon",
|
'horizon': "python-django-horizon",
|
||||||
}
|
}
|
||||||
REPO_FN = "anvil.repo"
|
|
||||||
YUM_REPO_DIR = "/etc/yum.repos.d/"
|
YUM_REPO_DIR = "/etc/yum.repos.d/"
|
||||||
SRC_REPOS = {
|
SRC_REPOS = {
|
||||||
'anvil': 'anvil-source',
|
'anvil': 'anvil-source',
|
||||||
@@ -96,7 +95,6 @@ class YumDependencyHandler(base.DependencyHandler):
|
|||||||
self.rpmbuild_dir = sh.joinpths(self.deps_dir, "rpmbuild")
|
self.rpmbuild_dir = sh.joinpths(self.deps_dir, "rpmbuild")
|
||||||
self.deps_repo_dir = sh.joinpths(self.deps_dir, "openstack-deps")
|
self.deps_repo_dir = sh.joinpths(self.deps_dir, "openstack-deps")
|
||||||
self.deps_src_repo_dir = sh.joinpths(self.deps_dir, "openstack-deps-sources")
|
self.deps_src_repo_dir = sh.joinpths(self.deps_dir, "openstack-deps-sources")
|
||||||
self.anvil_repo_filename = sh.joinpths(self.deps_dir, self.REPO_FN)
|
|
||||||
self.rpm_sources_dir = sh.joinpths(self.rpmbuild_dir, "SOURCES")
|
self.rpm_sources_dir = sh.joinpths(self.rpmbuild_dir, "SOURCES")
|
||||||
self.anvil_repo_dir = sh.joinpths(self.root_dir, "repo")
|
self.anvil_repo_dir = sh.joinpths(self.root_dir, "repo")
|
||||||
# Executables we require to operate
|
# Executables we require to operate
|
||||||
|
Reference in New Issue
Block a user