Client library for Senlin API
Go to file
tengqm 25494ac29b Fix event list sorting
At the client side, we should not attempt to do sorting again when
listing events. Events are already sorted based on timestamp and id.

Closes-Bug: #1558882
Change-Id: I2c42123bbde532080d752769a0d821f107e3aad1
2016-03-18 01:04:50 -04:00
doc Replace deprecated library function os.popen() with subprocess 2016-01-09 22:20:40 +08:00
senlinclient Fix event list sorting 2016-03-18 01:04:50 -04:00
tools Use correct default domain name in senlinrc 2015-08-02 22:21:12 -04:00
.gitignore Update gitignore file 2015-10-27 13:39:29 +08:00
.gitreview Update .gitreview for new namespace 2015-10-17 22:37:46 +00:00
.testr.conf Initial version 2015-01-04 17:59:59 +08:00
AUTHORS v0.2 branch 2015-09-05 10:52:29 -04:00
CONTRIBUTING.rst Initial version 2015-01-04 17:59:59 +08:00
ChangeLog v0.2 branch 2015-09-05 10:52:29 -04:00
LICENSE Initial version 2015-01-04 17:59:59 +08:00
README.md Initial commit 2015-01-04 17:16:32 +08:00
README.rst Initial version 2015-01-04 17:59:59 +08:00
TODO Added one TODO item 2015-02-07 12:12:13 +08:00
babel.cfg Initial version 2015-01-04 17:59:59 +08:00
requirements.txt Updated from global requirements 2016-03-04 17:48:14 +00:00
run_tests.sh Initial version 2015-01-04 17:59:59 +08:00
setup.cfg Add OSC command and enable more than one arguements 2016-03-15 15:48:15 +08:00
setup.py Updated from global requirements 2015-09-17 12:18:23 +00:00
test-requirements.txt Updated from global requirements 2016-01-16 03:32:35 +00:00
tox.ini Fix translation setup 2016-02-21 00:18:28 -05:00

README.md

python-senlinclient

Client library for OpenStack Clustering Service API