From 2c8dc8c1a6a2cf847350877a315c62369cb279cf Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Tue, 3 May 2011 17:01:36 -0400 Subject: [PATCH] CreateSliver() should return an xml string --- 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 24b6e896..596ae31a 100644 --- a/sfa/managers/slice_manager_pl.py +++ b/sfa/managers/slice_manager_pl.py @@ -103,7 +103,7 @@ def CreateSliver(api, xrn, creds, rspec, users, call_id): rspec = SfaRSpec() for result in results: rspec.merge(result) - return rspec + return rspec.toxml() def RenewSliver(api, xrn, creds, expiration_time, call_id): if Callids().already_handled(call_id): return True -- 2.43.0