8 Commits

Author SHA1 Message Date
Erik Olof Gunnar Andersson
9648a3d1f5 Updating the sample handler to be compatible with mitaka/newton
Change-Id: I9440a9c7e268df346071b7d23d90ccc87345ee6d
2016-09-17 05:40:01 +02:00
Doug Hellmann
f9c55abbff Drop use of 'oslo' namespace package
The Oslo libraries have moved all of their code out of the 'oslo'
namespace package into per-library packages. The namespace package was
retained during kilo for backwards compatibility, but will be removed by
the liberty-2 milestone. This change removes the use of the namespace
package, replacing it with the new package names.

The patches in the libraries will be put on hold until application
patches have landed, or L2, whichever comes first. At that point, new
versions of the libraries without namespace packages will be released as
a major version update.

Please merge this patch, or an equivalent, before L2 to avoid problems
with those library releases.

Blueprint: remove-namespace-packages
https://blueprints.launchpad.net/oslo-incubator/+spec/remove-namespace-packages

Change-Id: Ia21c15e8eca6bf456f7cfe13f815f5ce068601e7
2015-05-06 20:36:49 +00:00
Endre Karlson
7eefb71b8b Switch to oslo.log
Change-Id: I08386ed2c8a2d9e16c57776413a612b8bf8323f7
2015-01-21 21:39:16 +01:00
Christian Berendt
6652bcc842 Enabled hacking check H401
* [H401] Docstrings should not start with a space.

Change-Id: I1e98718a6612aea04453904fa4eca892a1dd1744
2014-07-11 15:07:19 +02:00
Jordan Cazamias
50295fb39e Fix style errors H305 and H307
H305: Imports not grouped correctly
H307: Like imports should be grouped together

Change-Id: Ic63d253e015298c7b952121a4b3634d2b1bdaf92
Implements: blueprint new-hacking-style-rules
2014-06-18 17:35:43 -05:00
Vinod Mangalpally
c8a052bf65 API now passes objects to central
Now that API and Central both use objects, the communication between
the two uses objects rather than dicts.  The create (POST) operations
are the ones that are affected by this change.

Change-Id: Ife31ae7e71632dc327e6d7843cad1fdbaea7337d
Implements: blueprint mdns-designate-central-api-comm
2014-06-03 12:35:43 -05:00
rjrjr
1aa350698a WIP - Implement Capture the Notification Context in Designate Sink
This change captures the notification context in Designate Sink and passes it on to the notification handlers via the process_notification method.

blueprint sink-capture-notification-context

Change-Id: I8c3702d3ebec1b3d27b0302a10a9d219f62dec67
2014-04-02 12:43:17 -07:00
Kiall Mac Innes
8059a67f00 Add the handler plugin example to the contrib folder
Change-Id: Ibf25214cd02660628b0cbad20af5a33aba4bfae0
2014-02-22 12:08:45 +00:00