cli enabled again

This commit is contained in:
ahmadbilalkhalid 2020-01-10 16:42:07 +05:00
parent 00d876aea1
commit cf4930ee84
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):