Client library for Senlin API
Go to file
Vieri 5deedab653 Don't quote {posargs} in tox.ini
Quotes around {posargs} cause the entire string to be combined into one
arg that gets passed to stestr. This prevents passing multiple args
(e.g. '--concurrency=16 some-regex')

Change-Id: I519f191381b4eb423cdec72bda2a62106a99c236
2018-10-09 14:05:09 +00:00
doc Merge "Fix docs cli authorize environment variables" 2018-04-03 01:30:04 +00:00
playbooks/legacy/senlinclient-dsvm-functional Switch to stestr 2018-07-13 10:58:42 +07:00
releasenotes Imported Translations from Zanata 2018-08-14 06:52:50 +00:00
senlinclient Enable cluster profile only and replace function test 2018-09-03 10:02:11 +08:00
tools Retire senlin command line tool 2017-12-13 07:51:22 -05:00
.gitignore Switch to stestr 2018-07-13 10:58:42 +07:00
.gitreview Update .gitreview for new namespace 2015-10-17 22:37:46 +00:00
.stestr.conf Add function test path to test_path 2018-07-25 10:32:47 +08:00
.zuul.yaml add python 3.6 unit test job 2018-08-29 21:38:20 +09:00
CONTRIBUTING.rst Update and optimize documentation links 2017-07-18 17:23:03 +08:00
LICENSE Initial version 2015-01-04 17:59:59 +08:00
README.rst Retire senlin command line tool 2017-12-13 07:51:22 -05:00
TODO Delete TODO file support action create,delete operation 2018-01-05 10:49:32 +08:00
babel.cfg Initial version 2015-01-04 17:59:59 +08:00
lower-constraints.txt Update python-senlinclient to use current openstacksdk 2018-08-14 13:36:44 -05:00
requirements.txt Update python-senlinclient to use current openstacksdk 2018-08-14 13:36:44 -05:00
setup.cfg Follow the new PTI for document build 2018-03-24 13:19:53 +09:00
setup.py Updated from global requirements 2017-07-25 15:44:10 +00:00
test-requirements.txt Add senlinclient support bandit test 2018-09-10 12:20:36 +08:00
tox.ini Don't quote {posargs} in tox.ini 2018-10-09 14:05:09 +00:00

README.rst

Team and repository tags

image

OpenStackClient Plugin for Senlin Clustering Service

This is a client library for Senlin built on the Senlin clustering API. It provides a plugin for the openstackclient command-line tool.

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