6707d41Drop incubating theme from docs24aeae5Deleted unuseful linef81c36dDrop use of 'oslo' namespace package0047c54Fix handling of 1.1 API2bd784eGets 'flavor' data if the resource existsf5f35d4Gets 'pool' data if the resource existsff13b7aHandling exception on 504 Errore4af424Updated from global requirements99f0b35Added i18n support2cb7e90Makes health return True or False19ec61dRemove unused openstack/common modules369ac1eAdds encapsulation control to the clientf96c739Updated from global requirements4d957e6Extend some docstrings with useful information632c893Add reference docs for latest recommended clientbe666ffAdd docs for `Client` instancesd8a5061Setup developer docs for zaqarclienta411bf0Fix the client name typo4e60be5Updated from global requirementsad673c5fix KeystoneAuth doc string0c6c0d7Updated from global requirementsd721b75Updates API nameebb8d56Add a read-only property for Queues Change-Id: I38d88788a3753da888211055de91e3aa1a9d7bbb
Python Zaqar Client
- version
-
0.1.0
- Wiki
- Launchpad
- Review
- Design
- IRC
-
#openstack-zaqar @ freenode
Welcome to the Zaqar Python Client project!
Table of Contents
Installation
The latest stable release can be installed from PyPI:
pip install --upgrade python-zaqarclient
For the adventurous, you may also install the latest code directly from GitHub:
pip install git+https://github.com/openstack/python-zaqarclient.git
What's in the box
By installing python-zaqarclient you get programmatic access to the Zaqar v1.0 API library. Plus, it installs a plugin to python-openstackclient that allows you to perform simple queue operations.
How to use
Python client
Details about design, features, usage and workflow can be found in the Python Client Wiki.
Command line interface
Zaqar bases its client implementation in the OpenStack Client. It can be installed and configured by following the instructions in Getting Started and Configuration in the OpenStack Client readme respectively.
The CLI currently allows creation, removal and listing of queues. Some examples are:
$ openstack queue list --limit 3
$ openstack queue create myqueue
$ openstack queue delete myqueue
Contributing
Be sure to reference the HACKING file for details on coding style. You may also wish to read through Zaqar's Contributor Guide before contributing your first patch.