RETIRED, further work has moved to Debian project infrastructure
Go to file
Jamie Lennox efcadd6937 Split plugin loading
One of the issues raised with keystoneclient plugins is the way that
loading of a plugin is mixed in with the definition of a plugin. Amongst
other things this really meant that there was only one way to utilize
each plugin class, to do another plugin that utilized an existing one
you would have to define a new class and proxy to it.

In this patch we split the concerns. There is a whole new section called
loading that is solely responsible for ways to load the auth plugin from
CLI or from argparse and other future methods.

This new section will likely be split into its own repository.

Change-Id: I8387b86fc0e3a8403f9806440196e8723eaf1ee4
2015-08-06 10:07:51 +10:00
doc Move to the keystoneauth1 namespace 2015-06-25 16:48:54 -07:00
keystoneauth1 Split plugin loading 2015-08-06 10:07:51 +10:00
.coveragerc Initial Split of python-keystoneclient to keystoneauth 2015-04-20 14:49:59 -07:00
.gitignore Fix auth_token middleware test invalid cross-device link issue 2014-01-07 14:24:07 +01:00
.gitreview Initial Split of python-keystoneclient to keystoneauth 2015-04-20 14:49:59 -07:00
.mailmap Add mailmap entry 2014-05-07 12:12:43 -07:00
.testr.conf Move to the keystoneauth1 namespace 2015-06-25 16:48:54 -07:00
CONTRIBUTING.rst Initial Split of python-keystoneclient to keystoneauth 2015-04-20 14:49:59 -07:00
HACKING.rst Initial Split of python-keystoneclient to keystoneauth 2015-04-20 14:49:59 -07:00
LICENSE Initial Split of python-keystoneclient to keystoneauth 2015-04-20 14:49:59 -07:00
MANIFEST.in Migrate to pbr. 2013-05-17 14:43:31 -07:00
README.rst Add a readme 2015-05-13 10:44:15 +10:00
requirements.txt Updated from global requirements 2015-07-22 04:56:05 +00:00
setup.cfg Split plugin loading 2015-08-06 10:07:51 +10:00
setup.py Updated from global requirements 2015-07-22 04:56:05 +00:00
test-requirements.txt Updated from global requirements 2015-08-04 00:45:12 +00:00
tox.ini py34 not py33 is tested and supported 2015-07-31 04:36:52 +00:00

keystoneauth

Authentication for OpenStack Clients

THIS LIBRARY IS IN A PRE-RELEASE STATE. IT WILL NOT BE CONSIDERED STABLE UNTIL THE 1.0.0 RELEASE. FEEL FREE TO TRY IT BUT WE WILL BREAK COMPATIBILITY UNTIL THEN.

Features

  • TODO