a b c d e f g h i j k l m n o p q r s t u v w x y z

diff from 290115 and 221213

Description: OpenStack DNS as a Service - sink
 Designate provides DNSaaS services for OpenStack. It provides a multi-tenant
 REST API for domain & record management. It is Integrated with Keystone for
 authentication, and provides a framework in place to integrate with Nova and
 Neutron notifications (for auto-generated records). Designate supports
 PowerDNS and Bind9 out of the box.
 .
 This package provides the sink service. It is an optional service which
 listens for event Notifications, such as compute.instance.create.end, handlers
 are available for Nova and Neutron. Notification events can then be used to
 trigger record creation & deletion.
 .
 The current sink implementations generate simple forward lookup A records,
 using a format specified in handler-nova configuration. Any field in the event
 notification can be used to generate a record.
Description: OpenStack DNS as a Service - sink
 Designate provides DNSaaS services for OpenStack. It provides a multi-tenant
 REST API for domain & record management. It is Integrated with Keystone for
 authentication, and provides a framework in place to integrate with Nova and
 Neutron notifications (for auto-generated records). Designate supports
 PowerDNS and Bind9 out of the box.
 .
 This package provides the sink service.
--- 290115	Thu Jan  1 00:00:00 1970
+++ 221213	Thu Jan  1 00:00:00 1970
@@ -5,11 +5,4 @@
  Neutron notifications (for auto-generated records). Designate supports
  PowerDNS and Bind9 out of the box.
  .
- This package provides the sink service. It is an optional service which
+ This package provides the sink service.
- listens for event Notifications, such as compute.instance.create.end, handlers
- are available for Nova and Neutron. Notification events can then be used to
- trigger record creation & deletion.
- .
- The current sink implementations generate simple forward lookup A records,
- using a format specified in handler-nova configuration. Any field in the event
- notification can be used to generate a record.