From 267c49dfabb2e7ecdd10900114746cf63d7368bb Mon Sep 17 00:00:00 2001 From: ahrenholz Date: Fri, 31 Oct 2014 16:45:03 +0000 Subject: [PATCH] added Docker service contributed by Stuart Marsden, with some mods fixes bug #264 (Boeing r1896) --- daemon/core/services/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/core/services/__init__.py b/daemon/core/services/__init__.py index 95d4294e..52ced896 100644 --- a/daemon/core/services/__init__.py +++ b/daemon/core/services/__init__.py @@ -3,4 +3,4 @@ Services available to nodes can be put in this directory. Everything listed in __all__ is automatically loaded by the main core module. """ -__all__ = ["quagga", "nrl", "xorp", "bird", "utility", "security", "ucarp"] +__all__ = ["quagga", "nrl", "xorp", "bird", "utility", "security", "ucarp", "dockersvc"]