zuul/zuul/driver/smtp
Clark Boylan 3acb7ba02a Handle dict extras in Voluptuous Schema
Not sure if schema requirements changed but it is no longer valid to
use:

  Schema({}, extra=True)

The docs say that should be avoided and instead you should use:

  Schema(dict)

To indicate a dict that can have any key: value pairs. Additionally
extra=True appears to be replaced with extra=ALLOW_EXTRA so update that
in cases where we have some subset of desired keys.

Change-Id: I3dc966dae534416f2b601ec8d299e1d0e3651e7b
2017-04-12 09:33:32 -07:00
..
__init__.py Separate driver interfaces and make abstract 2017-01-20 05:43:30 -08:00
smtpconnection.py Handle dict extras in Voluptuous Schema 2017-04-12 09:33:32 -07:00
smtpreporter.py Merge branch 'master' into feature/zuulv3 2017-03-06 09:40:04 -08:00