Go to file
xiaozhuangqing 41f7679062 Make shell main() specify return value in exit code
sys.exit() calls in main() will make the interactive
python interpreter exit. We can call the main() as
below to avoid to exit the interactive interpreter,
and specify the return value of main() in the exit
code at the same time.
sys.exit(main())

also see: I6ead9853fe27e99df3e9121478e906a06839f48c

Change-Id: I3086dc0529c4343f246f543de1b6ee6540438a98
2016-09-08 09:40:49 +08:00
2016-04-12 01:22:58 +00:00
2015-10-17 22:37:46 +00:00
2015-01-04 17:59:59 +08:00
2015-09-05 10:52:29 -04:00
2015-01-04 17:59:59 +08:00
2015-09-05 10:52:29 -04:00
2015-01-04 17:59:59 +08:00
2015-01-04 17:59:59 +08:00
2016-05-07 23:54:09 -04:00
2015-01-04 17:59:59 +08:00
2016-08-29 04:33:25 -04:00
2015-09-17 12:18:23 +00:00
2015-02-07 12:12:13 +08:00

Python bindings to the Senlin Clustering API

This is a client library for Senlin built on the Senlin clustering API. It provides a Python API (the senlinclient module) and a command-line tool (senlin).

Development takes place via the usual OpenStack processes as outlined in the developer guide. The master repository is in Git.

Description
RETIRED, Client library for Senlin API
Readme 6.4 MiB