From 6a821ea00a481bd77a8522f8b7145b8d7ce35d7f 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 --- pharos-dashboard/src/dashboard/admin.py | 1 + 1 file changed, 1 insertion(+) (limited to 'pharos-dashboard/src/dashboard/admin.py') diff --git a/pharos-dashboard/src/dashboard/admin.py b/pharos-dashboard/src/dashboard/admin.py index a1463a7..56ac169 100644 --- a/pharos-dashboard/src/dashboard/admin.py +++ b/pharos-dashboard/src/dashboard/admin.py @@ -14,3 +14,4 @@ from dashboard.models import * admin.site.register(Resource) admin.site.register(Server) +admin.site.register(ResourceStatus) -- cgit 1.2.3-korg