Files
python-keystoneclient/keystoneclient
Sean Dague cca1e40e50 Only conditionally import working keyring
keyring is conditionally imported if available on your platform,
however not all versions of keyring actually work. Specifically
we have global-requirements of >=2.1,!=3.3, so we know those are
the only versions we believe work.

If you are on an older platform, using system installed
python-keyring, python-keystoneclient won't install a new version,
because it's optional, but then will use a terriblely old verison,
which explodes with dbus errors.

The fix is to be more explicit on import.

Change-Id: I040f7b2311d7d5a450b8b12642752ac519b206fa
Closes-Bug: #1242992
2014-07-17 17:49:47 +02:00
..
2014-06-18 19:12:39 -05:00
2014-07-15 23:03:12 +02:00
2014-07-16 14:22:13 +10:00
2012-09-29 16:03:23 -07:00
2014-07-15 12:14:59 +00:00
2014-07-15 12:14:59 +00:00
2014-05-03 09:54:39 +02:00
2014-02-08 22:22:08 +08:00
2014-02-08 22:22:08 +08:00
2014-05-06 10:21:30 +10:00
2014-07-02 04:43:21 +10:00