Python client library for Distil API
Go to file
OpenDev Sysadmins ffce96b24c OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:51:16 +00:00
distilclient Support CLI for /quotations and /invoices 2017-11-29 21:42:54 +00:00
doc/source Fix html_last_updated_fmt for Python3 2017-07-06 15:19:18 +08:00
.gitignore Init commit for distil client 2016-06-14 11:38:50 +12:00
.gitreview OpenDev Migration Patch 2019-04-19 19:51:16 +00:00
.testr.conf Init commit for distil client 2016-06-14 11:38:50 +12:00
LICENSE Add LICENSE 2016-10-12 16:30:26 +08:00
README.rst Update README.rst 2017-03-02 14:36:36 +13:00
bindep.txt Fix missing dependency for pep8 gate 2017-06-15 09:29:12 +07:00
requirements.txt Support CLI for /health and /products 2017-09-21 15:14:17 +12:00
setup.cfg Support CLI for /quotations and /invoices 2017-11-29 21:42:54 +00:00
setup.py Add LICENSE 2016-10-12 16:30:26 +08:00
test-requirements.txt Fix py35 and pep8 2017-06-15 03:57:44 +00:00
tox.ini Merge "Fix the cover job" 2017-07-06 00:21:28 +00:00

README.rst

Client Library for OpenStack Rating Service (Distil)

How to release code/tarballs/pypi

1. Add release tag, for example, “0.2.0” with the following description: “Release disitilclient version 0.2.0”; it should be signed by your personal gpg key:

git tag -s 0.2.0

2. Check that tag is in the repo: “git tag -v 0.2.0”, you should see something like:

object 1466c71d0e9a8fd2cc6e0610587ca0bb2d451ad3
type commit
tag 0.2.0
tagger Fei Long Wang <flwang@catalyst.net.nz> 1488405992 +1300

Release distilclient 0.2.0

Since this release, Distil V2 API is supported.

3. Push tag to the gerrit, you should be in the core team to do it, here is the command to do it:

git push gerrit 0.2.0

4. Check the build status on http://status.openstack.org/zuul/ by search distilclient.

5. Release wil be available when openstack/python-distilclient disappear, check the following links for the right versions:

  1. Check pypi release on https://pypi.python.org/pypi/python-distilclient