From 5f71a74d22905ba815bd9f3583fd6f4790624328 Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Tue, 30 May 2006 15:06:20 +0000 Subject: [PATCH] - fix nm_net descriptions (bps instead of kbps) --- api-config | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/api-config b/api-config index 330a80a..bf97e2b 100755 --- a/api-config +++ b/api-config @@ -6,7 +6,7 @@ # Mark Huang # Copyright (C) 2006 The Trustees of Princeton University # -# $Id: api-config,v 1.10 2006/05/24 03:08:55 mlhuang Exp $ +# $Id: api-config,v 1.11 2006/05/26 19:57:30 mlhuang Exp $ # import plcapilib @@ -536,37 +536,37 @@ def main(): {'name': "nm_net_min_rate", 'description': "Minimum network Tx bandwidth", 'is_exclusive': True, 'min_role_id': 10, 'max_per_slice': 1, - 'value_fields': [{'description': "rate (kbps)", + 'value_fields': [{'description': "rate (bps)", 'name': "rate", 'type': "integer"}]}, {'name': "nm_net_max_rate", 'description': "Maximum network Tx bandwidth", 'is_exclusive': True, 'min_role_id': 10, 'max_per_slice': 1, - 'value_fields': [{'description': "rate (kbps)", + 'value_fields': [{'description': "rate (bps)", 'name': "rate", 'type': "integer"}]}, {'name': "nm_net_avg_rate", 'description': "Average daily network Tx bandwidth", 'is_exclusive': True, 'min_role_id': 10, 'max_per_slice': 1, - 'value_fields': [{'description': "rate (kbps)", + 'value_fields': [{'description': "rate (bps)", 'name': "rate", 'type': "integer"}]}, {'name': "nm_net_exempt_min_rate", 'description': "Minimum network Tx bandwidth to Internet2 destinations", 'is_exclusive': True, 'min_role_id': 10, 'max_per_slice': 1, - 'value_fields': [{'description': "rate (kbps)", + 'value_fields': [{'description': "rate (bps)", 'name': "rate", 'type': "integer"}]}, {'name': "nm_net_exempt_max_rate", 'description': "Maximum network Tx bandwidth to Internet2 destinations", 'is_exclusive': True, 'min_role_id': 10, 'max_per_slice': 1, - 'value_fields': [{'description': "rate (kbps)", + 'value_fields': [{'description': "rate (bps)", 'name': "rate", 'type': "integer"}]}, {'name': "nm_net_exempt avg_rate", 'description': "Average daily network Tx bandwidth to Internet2 destinations", 'is_exclusive': True, 'min_role_id': 10, 'max_per_slice': 1, - 'value_fields': [{'description': "rate (kbps)", + 'value_fields': [{'description': "rate (bps)", 'name': "rate", 'type': "integer"}]}, -- 2.43.0