disable cli until bug #25 is fixed
This commit is contained in:
parent
469d03467d
commit
e91fd9e24a
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ from uncloud import UncloudException
|
|||
ETCD_COMPONENTS = ['api', 'scheduler', 'host', 'filescanner', 'imagescanner', 'metadata', 'configure']
|
||||
|
||||
ALL_COMPONENTS = ETCD_COMPONENTS.copy()
|
||||
ALL_COMPONENTS.append('cli')
|
||||
#ALL_COMPONENTS.append('cli')
|
||||
|
||||
|
||||
def exception_hook(exc_type, exc_value, exc_traceback):
|
||||
|
|
Loading…
Reference in a new issue