From 75f348b5651932ba58e8cc188a6c84d664159ca4 Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Wed, 5 Oct 2011 23:00:15 -0400 Subject: [PATCH] Make sure ProroGENI request rspecs have the correct schema and format --- sfa/managers/slice_manager_pl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sfa/managers/slice_manager_pl.py b/sfa/managers/slice_manager_pl.py index e8baada0..de3cc1b6 100644 --- a/sfa/managers/slice_manager_pl.py +++ b/sfa/managers/slice_manager_pl.py @@ -197,7 +197,7 @@ def CreateSliver(api, xrn, creds, rspec_str, users, call_id): if 'sfa' not in server_version and 'geni_api' in server_version: # sfa aggregtes support both sfa and pg rspecs, no need to convert # if aggregate supports sfa rspecs. otherwise convert to pg rspec - rspec = RSpecConverter.to_pg_rspec(rspec) + rspec = RSpecConverter.to_pg_rspec(rspec, 'request') args = [xrn, credential, rspec, users] if _call_id_supported(api, server): args.append(call_id) -- 2.47.0