kolla/kolla
Lu lei 684b483fa8 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.
TrivialFix.

Change-Id: I184289d28b92a7e345907247c045535a0c42c974
2016-08-02 09:32:28 +08:00
..
cmd Using sys.exit(main()) instead of main() 2016-08-02 09:32:28 +08:00
common Build docker images for OpenStack Watcher 2016-07-08 11:29:38 +01:00
hacking Introduce the hacking module to kolla 2016-03-03 04:40:16 +00:00
image Make kolla-build list-dependencies option work 2016-07-27 12:37:11 +05:30
template Customizations continued 2016-06-24 13:56:20 +00:00
tests Stop using a global logger for all the things 2016-06-21 15:25:05 -07:00
__init__.py Make Kolla installable via PIP 2015-08-24 16:08:49 -07:00
opts.py Generate the kolla-build.conf file using oslo_config 2016-01-06 08:11:06 +08:00
version.py Generate the kolla-build.conf file using oslo_config 2016-01-06 08:11:06 +08:00