From 9a7cf0a9a0f22f0ed7de720e69d560d35b8f0998 Mon Sep 17 00:00:00 2001 From: maxbr Date: Thu, 5 Jan 2017 12:38:00 +0100 Subject: 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 --- tools/pharos-dashboard/__init__.py | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tools/pharos-dashboard/__init__.py (limited to 'tools/pharos-dashboard/__init__.py') diff --git a/tools/pharos-dashboard/__init__.py b/tools/pharos-dashboard/__init__.py new file mode 100644 index 00000000..ce1acf36 --- /dev/null +++ b/tools/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 -- cgit 1.2.3-korg