8 Commits

Author SHA1 Message Date
Monty Taylor
3ed4007e11 Add post-tag versioning.
Change-Id: Ic6cff31681b77e865ea0f1715e882cf7f191f7cd
2012-06-26 19:23:40 -05:00
Monty Taylor
5fb1e1f27f Update to latest openstack.common setup code.
Change-Id: I044447b162e97d7464e49ba7fed0d41a757a3210
2012-06-14 14:36:27 -04:00
Bhuvan Arumugam
f60c1cf4d4 Auto generate AUTHORS for python-keystoneclient.
Bug: 976267

Now that git commits are gated by CLA, we shouldn't enforce
committers to add an entry in AUTHORS file. The AUTHORS file
should be generated automatically, based on git commits.

This commit fixes the problem.

* AUTHORS
  Remove this file.

* .gitignore
  Add AUTHORS file.

* keystoneclient/openstack/common/setup.py
  generate_authors(): New method to create AUTHORS file. If
  AUTHORS.in file exists, append it's content to AUTHORS file.

* setup.py
  Import the new method.
  Generate AUTHORS file before creating the package.

* openstack-common.conf
  Add config file to copy libraries from openstack-common project,
  using update.py script.

* keystoneclient/openstack/__init__.py
* keystoneclient/openstack/common/__init__.py
  Add new placeholders.

Change-Id: I1a17ee8f1e19e8ad522f0d2e37c04fffba5e16cb
2012-05-04 21:46:32 -07:00
Thierry Carrez
5194621738 Open Folsom
Bump version to 2012.2 to formally open Folsom development.

Change-Id: I4f4ea23c840f3fd5dce1cfa5ca0cc6dc2ced73b1
2012-03-23 21:43:39 +01:00
Monty Taylor
6d67b4a6a2 Updated tox.ini to work properly with Jenkins.
As part of doing that, fixed a unittest to work with python2.6.
Change-Id: I575a8534bf008077c1a24a25336f1d711f742297
2012-03-21 10:48:51 -04:00
Ghe Rivero
5d5160ce50 Added condition requirement to argparse
Change-Id: Ibffdcbd3ed7e2c2e982023455d60d10a6001ff23
2012-02-20 07:33:34 +01:00
Thierry Carrez
d1171195e7 Adjust version number to match other deliveries
Set version from 2.7 to 2012.1 to match the other OpenStack
Keystone deliveries (python-keystoneclient will be released
as part of Keystone 2012.1~e3). Also adjusted the location
of the git repository to match new location. Fixes bug 917656.

Change-Id: I4d8d071e3cdc5665e29a89067958f5f1e8964221
2012-01-17 15:06:25 +01:00
Gabriel Hurley
17f6b83ee6 Initial commit. 2011-10-25 16:50:08 -07:00