Add XXX to keyring special-casing

This commit is contained in:
Markus Unterwaditzer 2016-01-30 18:54:22 +01:00
parent d30b4752db
commit 9bd490f402

View file

@ -55,6 +55,7 @@ def _fetch_value(opts, key):
strategy_fn = STRATEGIES[strategy]
except KeyError:
if strategy == 'keyring':
# XXX: Deprecate
raise exceptions.UserError(
'Fetching passwords via keyring is deprecated. See the '
'changelog for migration paths.')