RETIRED, Python client for Qinling REST API.
Go to file
Lingxian Kong 3ffe4d03a5 Fix unit test failure
Change-Id: Id1b21531087c5a37c4bbf8427a20a647cabdc344
2019-06-20 20:43:31 +12:00
doc Update bug report url to storyboard 2018-09-19 02:27:43 +00:00
qinlingclient Fix unit test failure 2019-06-20 20:43:31 +12:00
releasenotes Update master for stable/stein 2019-03-18 14:54:51 +00:00
tools Switch to stestr 2018-07-24 13:38:58 +07:00
.coveragerc Initial commit for python-qinlingclient 2017-06-16 22:50:37 +12:00
.gitignore Switch to stestr 2018-07-24 13:38:58 +07:00
.gitreview OpenDev Migration Patch 2019-04-19 19:34:09 +00:00
.stestr.conf Switch to stestr 2018-07-24 13:38:58 +07:00
.zuul.yaml Dropping the py35 testing 2019-04-15 09:41:37 +08:00
CONTRIBUTING.rst python-qinling doc improvement 2018-03-02 15:40:07 +13:00
HACKING.rst fix the url in HACKING.rst 2018-02-27 12:46:38 +08:00
LICENSE Initial commit for python-qinlingclient 2017-06-16 22:50:37 +12:00
README.rst Replace git.openstack.org URLs with opendev.org URLs 2019-04-23 05:47:49 +00:00
babel.cfg Initial commit for python-qinlingclient 2017-06-16 22:50:37 +12:00
lower-constraints.txt Fix doc generation 2018-08-24 11:44:44 -04:00
requirements.txt Switch to stestr 2018-07-24 13:38:58 +07:00
run_tests.sh Initial commit for python-qinlingclient 2017-06-16 22:50:37 +12:00
setup.cfg Dropping the py35 testing 2019-04-15 09:41:37 +08:00
setup.py Initial commit for python-qinlingclient 2017-06-16 22:50:37 +12:00
setup.sh Replace git.openstack.org URLs with opendev.org URLs 2019-04-23 05:47:49 +00:00
test-requirements.txt Fix doc generation 2018-08-24 11:44:44 -04:00
tox.ini Replace git.openstack.org URLs with opendev.org URLs 2019-04-23 05:47:49 +00:00

README.rst

Team and repository tags

image

python-qinlingclient

This is an OpenStack Client (OSC) plugin for Qinling, an OpenStack Function as a Service project.

For more information about Qinling see: https://docs.openstack.org/qinling/latest/

For more information about the OpenStack Client see: https://docs.openstack.org/python-openstackclient/latest/

Getting Started

Note

This is an OpenStack Client plugin. The python-openstackclient project should be installed to use this plugin.

Qinling client can be installed from PyPI using pip:

pip install python-qinlingclient

If you want to make changes to the Qinling client for testing and contribution, make any changes and then run:

python setup.py develop

or:

pip install -e .