From bf6743a5d9708592a63ff7500745c2970a37ddd1 Mon Sep 17 00:00:00 2001 From: "ahrenholz@gmail.com" 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) --- trunk/daemon/core/services/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/daemon/core/services/__init__.py b/trunk/daemon/core/services/__init__.py index 95d4294e..52ced896 100644 --- a/trunk/daemon/core/services/__init__.py +++ b/trunk/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"]