Files
python-keystoneclient/keystoneclient/auth/identity
Jamie Lennox 530bb4fa43 Reference identity plugins from __init__.py
Add the identity plugins to the __init__.py so they can be used without
specifically importing the v2, v3 or generic files.

This changes some usages of keystoneclient.discover to
keystoneclient._discover as the generic plugins are available at the
same time as other versioned plugins when keystoneclient.Client is
imported. This is the reason we have _discover in the first place.

Change-Id: I7b9bbc123aeac11d22b3a58395391d01af0427eb
2014-12-22 11:04:11 +10:00
..