mistral/tools
Luong Anh Tuan 1827e5434e Using sys.exit(main()) instead of main()
TrivialFix: Similar [1] in Kolla project
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.
Therefore, when using sys.exit(main()) instead of main()
may be more readable and reasonable.

[1] https://review.openstack.org/#/c/349353/

Change-Id: Ic71d4bfb1085c68ea9eb7e1382e7263a81634ad1
2016-09-26 10:52:42 +07: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 tacker actions in mistral 2016-07-02 06:16:54 -04:00
install_venv.py Update install_venv.py so it says 'Mistral' 2015-12-01 15:19:28 -05:00
install_venv_common.py Move tests to testr 2014-06-04 14:58:29 +04: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 Move tests to testr 2014-06-04 14:58:29 +04:00