Client library for Senlin API
Go to file
jacky06 f23d3ae5e4 Remove all usage of six library
Convert all code to not require six library and instead
use python 3.x logic.

Change-Id: I9301046d6df0bcdcc76808f8a32a67388ddffb95
2020-05-06 23:52:39 +08:00
doc Replace git.openstack.org URLs with opendev.org URLs 2019-04-26 09:25:22 +08:00
playbooks/legacy/senlinclient-dsvm-functional Drop python 2.7 support and testing 2019-12-13 23:43:22 +00:00
releasenotes Update master for stable/ussuri 2020-04-11 18:44:02 +00:00
senlinclient Remove all usage of six library 2020-05-06 23:52:39 +08:00
tools Retire senlin command line tool 2017-12-13 07:51:22 -05:00
.gitignore Update client to account for 409 error in cluster actions 2018-07-25 14:58:43 -07:00
.gitreview OpenDev Migration Patch 2019-04-19 19:44:57 +00:00
.stestr.conf Add function test path to test_path 2018-07-25 10:32:47 +08:00
.zuul.yaml Add Python3 victoria unit tests 2020-04-11 18:44:04 +00: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 Replace git.openstack.org URLs with opendev.org URLs 2019-04-26 09:25:22 +08:00
TODO Replace git.openstack.org URLs with opendev.org URLs 2019-04-26 09:25:22 +08:00
babel.cfg Initial version 2015-01-04 17:59:59 +08:00
bindep.txt Fix uint test test_json_format and Solve pep8 msgfmt error 2019-06-29 12:27:35 +08:00
lower-constraints.txt Remove all usage of six library 2020-05-06 23:52:39 +08:00
requirements.txt Remove all usage of six library 2020-05-06 23:52:39 +08:00
setup.cfg Add py38 package metadata 2020-04-24 08:23:19 -05:00
setup.py Cleanup py27 support 2020-04-04 17:14:06 +02:00
test-requirements.txt Use unittest.mock instead of third party mock 2020-04-18 11:59:18 -05:00
tox.ini Bump default tox env from py37 to py38 2020-04-24 10:25:58 -05: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.