summaryrefslogtreecommitdiffstats
path: root/pharos-dashboard/__init__.py
diff options
context:
space:
mode:
authormaxbr <maxbr@mi.fu-berlin.de>2017-01-05 12:38:00 +0100
committermaxbr <maxbr@mi.fu-berlin.de>2017-01-05 12:38:00 +0100
commit6a821ea00a481bd77a8522f8b7145b8d7ce35d7f (patch)
treef0be8509e8488e3a687078078d0948f13c2522b4 /pharos-dashboard/__init__.py
parent29a4b8697e4a7960931528142d7778383810b91e (diff)
Add booking communication reference implementation
JIRA: PHAROS-265 This adds an implementation of a booking communication agent that listens for booking notifications from the dashboard and updates the pod status in the dashboard. Change-Id: I1ea22390a46182a185df9c5e1771c9312d462092 Signed-off-by: maxbr <maxbr@mi.fu-berlin.de>
Diffstat (limited to 'pharos-dashboard/__init__.py')
-rw-r--r--pharos-dashboard/__init__.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/pharos-dashboard/__init__.py b/pharos-dashboard/__init__.py
new file mode 100644
index 0000000..ce1acf3
--- /dev/null
+++ b/pharos-dashboard/__init__.py
@@ -0,0 +1,8 @@
+##############################################################################
+# Copyright (c) 2016 Max Breitenfeldt and others.
+#
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Apache License, Version 2.0
+# which accompanies this distribution, and is available at
+# http://www.apache.org/licenses/LICENSE-2.0
+############################################################################## \ No newline at end of file