mistral/tools
gecong1973 d597dab65c Using sys.exit(main()) instead of main()
As we known, Exceptions are raised by the sys.exit() function.
When they are not handled, no stack traceback is printed in the
Python interpreter. In this patch we have known main() got return
values(eg:0, 1), but it can't specifies exit status when terminate
the main thread by unusing sys.exit(). So when using sys.exit(main())
instead of main() may be more readable and reasonable.

Change-Id: Ie69b3a22dd1ddcd5586fc72f452cd162787f2f6f
2017-01-04 09:18:24 +08:00
..
config Added support for SSL connection in mistra-api server 2016-08-04 19:03:53 +05:30
docker Example Mistral docker container broke due to oslo.policy update 2016-06-16 20:56:57 +02:00
generate_mistralclient_help.sh Adding a script for fast mistralclient help generation 2016-09-21 13:36:15 +00:00
get_action_list.py Add aodh actions to mistral 2016-12-22 11:12:22 +00:00
install_venv_common.py Revert "Remove unused scripts in tools" 2016-11-22 06:24:39 +00:00
install_venv.py Using sys.exit(main()) instead of main() 2017-01-04 09:18:24 +08:00
sync_db.py Using sys.exit(main()) instead of main() 2016-09-26 10:52:42 +07:00
sync_db.sh Modify action_factory to store actions in DB 2014-09-05 15:32:12 +04:00
tox_install.sh Sync tools/tox_install.sh 2016-08-30 20:06:27 +02:00
update_env_deps Restore script update_env_deps in tools 2014-05-30 16:14:23 +04:00
with_venv.sh Revert "Remove unused scripts in tools" 2016-11-22 06:24:39 +00:00