OpenStack Identity Authentication Library
Go to file
Bhuvan Arumugam a393258a66 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
docs Initial commit. 2011-10-25 16:50:08 -07:00
keystoneclient Auto generate AUTHORS for python-keystoneclient. 2012-05-04 21:46:32 -07:00
.gitignore Auto generate AUTHORS for python-keystoneclient. 2012-05-04 21:46:32 -07:00
.gitreview Added in common test, venv and gitreview stuff. 2011-12-22 00:12:22 +00:00
LICENSE Initial commit. 2011-10-25 16:50:08 -07:00
MANIFEST.in Include last missing files in tarball 2012-04-03 11:56:55 +02:00
openstack-common.conf Auto generate AUTHORS for python-keystoneclient. 2012-05-04 21:46:32 -07:00
setup.cfg Updated tox.ini to work properly with Jenkins. 2012-03-21 10:48:51 -04:00
setup.py Auto generate AUTHORS for python-keystoneclient. 2012-05-04 21:46:32 -07:00
tox.ini Updated tox.ini to work properly with Jenkins. 2012-03-21 10:48:51 -04:00