designate/contrib/designate-ext-samplehandler
Erik Olof Gunnar Andersson 0174797a52 Improve sink recordset creation
Reduced the number of calls we need to make when creating records using
the sink by better using the create/update recordset api.

This also fixes a bug where the sink could trigger a race condition in
the worker causing it to throw a BadAction exception.

Partial-Bug: #1768618
Change-Id: Iaf21ec59755375d3c3bc043b16a1b14aa991475e
(cherry picked from commit 4869913519)
2020-02-10 18:05:53 +00:00
..
designate_ext_samplehandler Improve sink recordset creation 2020-02-10 18:05:53 +00: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 Update stackforge references to openstack 2014-06-30 12:21:20 +01:00
setup.cfg Updating the sample handler to be compatible with mitaka/newton 2016-09-17 05:40:01 +02:00
setup.py Add the handler plugin example to the contrib folder 2014-02-22 12:08:45 +00:00
test-requirements.txt Remove explicit lockdown of flake8 2017-10-24 14:39:40 +02:00

README.rst

Sample Designate Notification Handler Extension

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