Commit Graph

16 Commits

Author SHA1 Message Date
Ghanshyam Mann 5d31c8f900 Cleanup the retired repo
This repo is not properly retired. Retired repos can only have two files:
- README.rst
- gitreview

To cleanup the retirement of this repo, keeping these two files only and
removing the other remaining files if there is any.

Change-Id: I7862a9a95ad2bfffc7de4ecc7fc2ef2d658dd06d
Detail: https://etherpad.opendev.org/p/tc-retirement-cleanup
2020-08-05 19:36:35 -05:00
Steve Martinelli 22f2889fd9 delete all files in the repo
the project was barely maintained and will be retired. deleting all the
file in the repo (with the exception of the README) is the next step to
retiring the project completely.

For the full guide on retiring a repo:
  http://docs.openstack.org/infra/manual/drivers.html#retiring-a-project

Related-Bug: 1584432

Depends-On: I25c5d6f50b72d924ec95f88b9c31145e6e38b071
Change-Id: I4d1922702b64d30a702d1e4a3c63952029581978
2016-12-02 04:47:13 +00:00
Steve Martinelli 517d3ff3bb deprecate the entire library
the library is essentially unmaintained, no tests have been added
since it's inception 1.5 years ago.

we can move the functionality to django_openstack_auth proper
using extras, or attic the entire library if no one is using it.
either way, this is a step toward both of those outcomes.

Change-Id: I5e2cf2852e89586415ddbe8da022f7461b3ba0d6
Closes-Bug: 1584432
2016-11-17 23:11:36 +00:00
Jenkins ca2fb02cc5 Merge "Remove Py33 support" 2016-05-25 12:17:51 +00:00
Jenkins 462accea1f Merge "remove python 2.6 trove classifier" 2016-05-25 12:17:44 +00:00
Steve Martinelli 93846ea104 switch to ksa
use keystoneauth instead of keystoneclient

Change-Id: I1777346cfe59e2a61c3b7da7fdea4d84017637c5
2016-05-19 20:27:48 +00:00
reedip b1f7dc03c6 Remove Py33 support
Python 3.3 support is being dropped from Mitaka
by INFRA team. This patch is updating the same.

Change-Id: I4a80e74210ae886e2f6da98fed17c1e50e77a6db
Closes-Bug: #1526170
2016-01-12 12:18:57 +09:00
Doug Hellmann bbbd97ec8e remove python 2.6 trove classifier
OpenStack projects are no longer being tested under Python 2.6, so
remove the trove classifier implying that this project supports 2.6.

Change-Id: I7e503c429e9b689b7dacdfcd763e1d8660539419
2015-12-23 01:31:08 +00:00
Jenkins f18a761378 Merge "Update Documentation" 2015-05-12 23:48:28 +00:00
lin-hua-cheng 1c774adc61 Fix pep8 and doc error
Change-Id: I0a0947d7b58b870eddb08c8584927a98e8637dee
2015-05-12 15:51:31 -07:00
Jamie Lennox 62ac39c620 Update Documentation
Include a basic description of the project in the README and remove some
unused files from the generated documentation.

Change-Id: I634b7854263cbb308bf4847a50196546df950fe8
2015-05-13 07:25:34 +10:00
Jamie Lennox 90279f0b65 Fix view name
At some point in transition I mispelt the view name which prevents loading.
2015-03-26 04:38:16 +00:00
Jamie Lennox 79148ded0e Added a bunch of documentation
Made code cleanups that I think present better than when I was simply
hacking things together.
2015-03-26 10:18:08 +11:00
Jamie Lennox fdd31660dd Update plugin to newer DOA model
I originally wrote this plugin using django auth backends. Since then the
plugin model has been merged into DOA.

Change the way we configure auth url, move plugin class, many other things.
2015-03-25 01:05:18 +00:00
Jamie Lennox 882ff0bab1 Various Fixes
- Properly set user on request from view
- Use Faked auth plugin to handle auth_url correctly.
2015-03-13 04:06:47 +00:00
Jamie Lennox fd4ef474b7 First Commit 2015-03-12 16:11:15 +11:00