Files
python-qinlingclient/README.rst
jacky06 0d219b1b1f Replace git.openstack.org URLs with opendev.org URLs
Change-Id: I6bdcc35cc1b62bcf800fb2d519744113c399545a
2019-04-23 05:47:49 +00:00

1.3 KiB

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 .