RETIRED, Python client for Qinling REST API.
Go to file
Vieri 8261f466f5 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: Ie0a325cd52f3f4af1c55f572d739b0634ff5d798
2018-10-09 14:01:07 +00:00
doc Update bug report url to storyboard 2018-09-19 02:27:43 +00:00
qinlingclient Update the outdated URL in docstring 2018-09-23 18:02:39 +08:00
releasenotes Support function name in most function operations 2018-09-10 15:28:36 +12: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 Added .gitreview 2017-05-29 07:18:36 +00:00
.stestr.conf Switch to stestr 2018-07-24 13:38:58 +07:00
.zuul.yaml Use templates for cover and lower-constraints 2018-09-06 20:45:40 +02: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 Add release notes link to README 2018-06-19 01:20:22 -07: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 Support function alias 2018-08-06 23:16:52 +00:00
setup.py Initial commit for python-qinlingclient 2017-06-16 22:50:37 +12:00
setup.sh Initial commit for python-qinlingclient 2017-06-16 22:50:37 +12:00
test-requirements.txt Fix doc generation 2018-08-24 11:44:44 -04:00
tox.ini Don't quote {posargs} in tox.ini 2018-10-09 14:01:07 +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 .