diff options
author | 2017-01-05 12:38:00 +0100 | |
---|---|---|
committer | 2017-01-05 12:38:00 +0100 | |
commit | 9a7cf0a9a0f22f0ed7de720e69d560d35b8f0998 (patch) | |
tree | 20eda1152c316875894e1d51306ac0726523770b /tools/pharos-dashboard/src/dashboard/admin.py | |
parent | 85623f2e6a4e4bee61ac5c28ce04bf9532980094 (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 'tools/pharos-dashboard/src/dashboard/admin.py')
-rw-r--r-- | tools/pharos-dashboard/src/dashboard/admin.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/pharos-dashboard/src/dashboard/admin.py b/tools/pharos-dashboard/src/dashboard/admin.py index a1463a7a..56ac1693 100644 --- a/tools/pharos-dashboard/src/dashboard/admin.py +++ b/tools/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) |