Kiran_totad 1c982ed19f Replaces uuid.uuid4 with uuidutils.generate_uuid()
Openstack oslo_utils has a generate_uuid function for generating
uuids. We should use that function when generating uuids for
consistency.

Change-Id: Ifa1c63d7c1aa7859458c42cbe6e56245c393c749
2017-07-24 06:54:42 +00:00
2016-09-22 17:06:32 +12:00
2016-06-14 11:38:50 +12:00
2016-06-05 20:44:50 +00:00
2016-06-14 11:38:50 +12:00
2016-10-12 16:30:26 +08:00
2017-03-02 14:36:36 +13:00
2017-02-13 16:50:18 +13:00
2016-09-22 17:06:32 +12:00
2016-10-12 16:30:26 +08:00
2017-06-15 03:57:44 +00:00
2017-07-06 00:21:28 +00:00

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
Description
Python client library for Distil API
Readme 422 KiB
Languages
Python 100%