X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=plugins%2Fquerytable%2F__init__.py;fp=plugins%2Fquerytable%2F__init__.py;h=995e935ee6116649a2383b7d9ad3b004786c07c9;hb=6a3f5d4949171451d5df2df5d0f96e9eb396f29c;hp=2182e709ce34028769740cdd60b6704648138f6d;hpb=583c62239bbf6be5222e170609e547349389c1c1;p=myslice.git diff --git a/plugins/querytable/__init__.py b/plugins/querytable/__init__.py index 2182e709..995e935e 100644 --- a/plugins/querytable/__init__.py +++ b/plugins/querytable/__init__.py @@ -34,7 +34,8 @@ Current implementation makes the following assumptions """ MAP = { - 'network_hrn' : 'Testbed', + 'facility_name' : 'Facility', + 'testbed_name' : 'Testbed', 'hostname' : 'Resource name', 'type' : 'Type', }