diff options
author | Parker Berberian <pberberian@iol.unh.edu> | 2018-10-15 14:03:26 -0400 |
---|---|---|
committer | Parker Berberian <pberberian@iol.unh.edu> | 2018-10-15 14:05:00 -0400 |
commit | 46d798576e00f09d25a24fbcbb2e84f1c306a9e9 (patch) | |
tree | 6a9af07d8c6d20a34f5b4912d2ebceb808182aea /dashboard/src/resource_inventory | |
parent | 25275685e9a735e51fae8b1a936ba5733f6fb770 (diff) |
Removed references to old code
With the LaaS 2.0 rewrite, there was still some old/dead/broken code being referenced.
This patch fixes that.
Change-Id: I25803652bc59bba1e416e526d205742c52f14a65
Signed-off-by: Parker Berberian <pberberian@iol.unh.edu>
Diffstat (limited to 'dashboard/src/resource_inventory')
-rw-r--r-- | dashboard/src/resource_inventory/admin.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dashboard/src/resource_inventory/admin.py b/dashboard/src/resource_inventory/admin.py index 222877a..37b0c45 100644 --- a/dashboard/src/resource_inventory/admin.py +++ b/dashboard/src/resource_inventory/admin.py @@ -16,7 +16,7 @@ profiles = [HostProfile, InterfaceProfile, DiskProfile, CpuProfile, RamProfile] admin.site.register(profiles) -generics = [GenericResourceBundle, GenericResource, GenericHost, GenericPod, GenericInterface] +generics = [GenericResourceBundle, GenericResource, GenericHost, GenericInterface] admin.site.register(generics) |