disable cli until bug #25 is fixed

This commit is contained in:
Nico Schottelius 2020-01-10 12:00:02 +01:00
parent 469d03467d
commit e91fd9e24a
1 changed files with 1 additions and 1 deletions

View File

@ -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):