Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions packaging/setup/ovirt_engine_setup/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -383,8 +383,6 @@ class SystemEnv(object):
@osetupattrsclass
class ConfigEnv(object):

ADD_OVIRT_GLANCE_REPOSITORY = 'OVESETUP_CONFIG/addOvirtGlanceRepository'

@osetupattrs(
answerfile=True,
summary=True,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
from . import notifier
from . import options
from . import protocols
from . import public_glance_repository
from . import sso
from . import storage
from . import tools
Expand All @@ -51,7 +50,6 @@ def createPlugins(context):
ca.Plugin(context=context)
options.Plugin(context=context)
tools.Plugin(context=context)
public_glance_repository.Plugin(context=context)
storage.Plugin(context=context)
sso.Plugin(context=context)
notifier.Plugin(context=context)
Expand Down

This file was deleted.

Loading