Comment 1 for bug 1078935

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to moniker (master)

Reviewed: https://review.openstack.org/16164
Committed: http://github.com/stackforge/moniker/commit/89a101b266c7ab316006ce39147f70fc70376f14
Submitter: Jenkins
Branch: master

commit 89a101b266c7ab316006ce39147f70fc70376f14
Author: Endre Karlson <email address hidden>
Date: Thu Nov 15 10:36:54 2012 +0100

    Abstract out functionality into plugins

    Abstract handlers into plugins and make handlers more generic
    Same with Storage and Backends as well

    Also now you just subclass the BaseAddressHandler and run self._create
    and self._delete in process_noticiation for Notification handling.

    This change will allow us to configure options on a pr handler base using the
    __plugin_type__ + __plugin_name__ of each plugin to add sections in the configs
    easily like:
    [handler:nova_fixed]
    domain = test.com

    [storage:sql]
    connection_debug = 100

    [backend:bind9]
    someopt = x

    Also change the default record format of handlers to use octet data

    bug #1078935

    Change-Id: Ic2ddf5a113dd1a306fce0513da2bfdbda991f647