designate/contrib/designate-ext-samplehandler
Takashi Kajinami 24a58fce9d Fix python shebang
The current shebang requires /usr/bin/python which is not available in
Ubuntu Jammy by default.

Change-Id: Ife34b32a5e557d2bf893ddc570b0962622129f93
2023-10-24 09:44:11 +09:00
..
designate_ext_samplehandler Update notification handler sample 2023-06-04 21:57:50 -07:00
.gitignore Update .gitignore 2017-12-01 13:20:38 +07:00
MANIFEST.in Add the handler plugin example to the contrib folder 2014-02-22 12:08:45 +00:00
README.rst Grammar mistakes have been corrected 2015-08-22 21:32:18 +05:30
requirements.txt Remove non-functional contrib code 2023-08-27 04:10:49 -07:00
setup.cfg Remove non-functional contrib code 2023-08-27 04:10:49 -07:00
setup.py Fix python shebang 2023-10-24 09:44:11 +09:00
test-requirements.txt Remove explicit lockdown of flake8 2017-10-24 14:39:40 +02:00

Sample Designate Notification Handler Extension

This repo provides a sample plugin for a custom notification handler.