Begin to integrate hack into the main script
This commit is contained in:
parent
9f02b31b1b
commit
b96e56b453
7 changed files with 117 additions and 11 deletions
|
|
@ -22,7 +22,8 @@ def exception_hook(exc_type, exc_value, exc_traceback):
|
|||
sys.excepthook = exception_hook
|
||||
|
||||
# the components that use etcd
|
||||
ETCD_COMPONENTS = ['api', 'scheduler', 'host', 'filescanner', 'imagescanner', 'metadata', 'configure']
|
||||
ETCD_COMPONENTS = ['api', 'scheduler', 'host', 'filescanner',
|
||||
'imagescanner', 'metadata', 'configure', 'hack']
|
||||
|
||||
ALL_COMPONENTS = ETCD_COMPONENTS.copy()
|
||||
ALL_COMPONENTS.append('cli')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue